Remove ID-Mapping-Section (superseded by docs)
because link in config-section refers to docs anyways
This commit is contained in:
parent
8020e047f6
commit
96ffef1b5a
12
README.md
12
README.md
|
@ -56,18 +56,6 @@ log = /usr/local/bin/teamspeak-server/logs/ts3server*_1.log
|
||||||
output = /var/www/html/stats.html
|
output = /var/www/html/stats.html
|
||||||
```
|
```
|
||||||
|
|
||||||
# ID-Mapping
|
|
||||||
`id_map.json`
|
|
||||||
You can map multiple ID's to one (for example, when an user creates a new identity)
|
|
||||||
## Example
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"1": "2",
|
|
||||||
"3": "2"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
The online-time of `1` and `3` will be added to the online-time of `2`
|
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
Please make sure tests are succeeding and your code follows [flake8](https://flake8.readthedocs.io)-guidelines.
|
Please make sure tests are succeeding and your code follows [flake8](https://flake8.readthedocs.io)-guidelines.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue