1234567891011121314151617181920 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Error",
- "BubbleSocketCore": "Error"
- }
- },
- "AllowedHosts": "*",
- "DataStoreFilePath": "/var/bubblesocket/data",
- "AccountFilePath": "/var/bubblesocket/accounts",
- "RelativeStaticFilePath": "Static",
- "RelativeErrorFilePath": "ErrorPages",
- "JwtSettings": {
- "SecretKey": "gameauthkeybutitsfromtheserversoitmustbesecretandalsoverylong",
- "ExpirationInHours": "720",
- "Issuer": "http://localhost:29176/",
- "Audience": "bubblesocket"
- },
- "ServerSalt": "anamazingserversidesaltforspicyness"
- }
|