centralex/config-template.json
2023-03-18 20:47:16 +01:00

13 lines
299 B
JSON

{
"time_format": "[year]:[month]:[day] [hour]:[minute]:[second]",
"log_level": "info",
"dyn_ip_server": "127.0.0.1:11811",
"listen_addr": "0.0.0.0:11820",
"debug_server_addr": "0.0.0.0:4885",
"allowed_ports": [
[
49152,
65535
]
]
}