Files
clever-show/docs/server.md
2019-07-26 12:20:16 +03:00

24 lines
658 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Настройка сервера
## Файл конфигурации
Конфигурация сервера задаётся в файле Server/server_config.ini, имеющем вид:
```ini
[SERVER]
port = 25000
broadcast_port = 8181
broadcast_delay = 5
buffer_size = 1024
[NTP]
use_ntp = False
host = ntp1.stratum2.ru
port = 123
```
### Раздел 'Server'
В этом разделе задаются параметры сетевого взаимодействия сервера, доступны следующие параметры:
* `port`
<!--stackedit_data:
eyJoaXN0b3J5IjpbLTEwNjg0MzI5OCw4NzI2ODA2MThdfQ==
-->