Initial QMAX production app
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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-max-worker:3001",
|
||||
"MaxUserDataPath": "data/max-profile",
|
||||
"MaxHeadless": true,
|
||||
"MaxPollIntervalSeconds": 6,
|
||||
"MaxUploadBytes": 26214400,
|
||||
"CorsAllowedOrigins": "",
|
||||
"ReleasesPath": "data/releases",
|
||||
"PushEnabled": true,
|
||||
"PushShowPreview": true,
|
||||
"FirebaseProjectId": "",
|
||||
"FirebaseServiceAccountPath": "",
|
||||
"FirebaseServiceAccountJson": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user