1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-12 18:18:45 -04:00
TeamspeakStats/README.md
Thor77 84b744608a Add configuration-setion to README
Configname, Sections, Keys and Examples
2015-04-16 19:23:55 +02:00

19 lines
440 B
Markdown

# TeamspeakStats
A simple Teamspeak stat-generator - based on server-logs
# Configuration
###Configname
`config.ini`
###Sections
`[General]`
### Keys
- logfile `Path to TS3Server-logfile`
- outputfile `Path to the location, where the generator will put the generated .html-file`
## Example
```
[General]
logfile = /usr/local/bin/teamspeak-server/logs/ts3server_2015-03-02__14_01_43.110983_1.log
outputfile = /var/www/html/stats.html
```