wg_index/settings.json
2025-12-27 05:02:10 +03:00

20 lines
377 B
JSON

{
"Mariadb": {
"host": "127.0.0.1",
"port": 3306,
"user": "recording_spark",
"password": "",
"select_commit": true
},
"Redis": {
"host": "127.0.0.1",
"port": 6379,
"password": "",
"db": 1
},
"host": "0.0.0.0",
"port": 5000,
"log_file": "server.log",
"log_type": "DEBUG"
}