12345678910111213 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Debug",
- "BubbleSocketCore": "Debug",
- "Microsoft": "Error"
- }
- },
- "AllowedHosts": "*",
- "DataStoreFilePath": "/home/midas/src/bubble-socket-core/data",
- "AccountFilePath": "/home/midas/src/bubble-socket-core/accounts",
- "ServerSalt": ""
- }
|