mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 13:54:08 +00:00
GatewayOffload: rename to Offload
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Trace",
|
||||
//Warning
|
||||
"Microsoft.AspNetCore.Mvc": "Warning",
|
||||
//Warning
|
||||
"Microsoft.AspNetCore.HostFiltering": "Warning",
|
||||
//Warning
|
||||
"Microsoft.AspNetCore.Cors": "Warning",
|
||||
//Warning
|
||||
// "Microsoft.EntityFrameworkCore": "Warning"
|
||||
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
|
||||
},
|
||||
"Spacebar": {
|
||||
"Authentication": {
|
||||
"PrivateKeyPath": "../../../jwt.key",
|
||||
"PublicKeyPath": "../../../jwt.key.pub"
|
||||
// "Enforce2FA": false,
|
||||
// "OverrideUid": "1006598230156341276",
|
||||
// "DisableAuthentication": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user