33 lines
848 B
JSON
33 lines
848 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"QMax": {
|
|
"PublicBaseUrl": "https://qmax.kusoft.xyz",
|
|
"DatabasePath": "data/qmax.db",
|
|
"StoragePath": "data/storage",
|
|
"JwtIssuer": "QMAX",
|
|
"JwtAudience": "QMAX.Android",
|
|
"JwtSecret": "",
|
|
"PairingCode": "",
|
|
"MaxPhoneNumber": "",
|
|
"MaxMode": "Worker",
|
|
"MaxWorkerBaseUrl": "http://qmax-pymax-worker:3002",
|
|
"MaxUserDataPath": "data/max-profile",
|
|
"MaxHeadless": true,
|
|
"MaxPollIntervalSeconds": 6,
|
|
"MaxUploadBytes": 26214400,
|
|
"CorsAllowedOrigins": "",
|
|
"ReleasesPath": "data/releases",
|
|
"PushEnabled": true,
|
|
"PushShowPreview": true,
|
|
"FirebaseProjectId": "",
|
|
"FirebaseServiceAccountPath": "",
|
|
"FirebaseServiceAccountJson": ""
|
|
}
|
|
}
|