mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 14:30:23 +00:00
10 lines
165 B
JSON
10 lines
165 B
JSON
|
|
{
|
||
|
|
"http-port": 8125,
|
||
|
|
"db-port": 6379,
|
||
|
|
"log": {
|
||
|
|
"mode": "development",
|
||
|
|
"io-level": "info",
|
||
|
|
"file-level": "info",
|
||
|
|
"file-path": "server.log"
|
||
|
|
}
|
||
|
|
}
|