gosocketio/config.json

25 lines
557 B
JSON
Raw Permalink Normal View History

2023-11-28 23:26:58 +08:00
{
"host": "localhost",
2023-11-30 17:38:20 +08:00
"port": 7012,
"path": "/cloudops-state/",
"namespace":"/devices-data",
2023-11-28 23:26:58 +08:00
"logging": {
"appenders": {
"out": {
"type": "console"
},
"server": {
"type": "file",
"options":{
"file": "./logs/server.log"
}
}
},
"categories": {
"default": {
"appenders": ["out","server"],
"level": "debug"
}
}
}
}