-
-
Notifications
You must be signed in to change notification settings - Fork 307
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
35 lines (35 loc) · 1.06 KB
/
Copy pathappsettings.Development.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Trace",
"Microsoft.AspNetCore.Mvc": "Warning",
"Microsoft.AspNetCore.HostFiltering": "Warning",
"Microsoft.AspNetCore.Cors": "Warning",
// "Microsoft.EntityFrameworkCore": "Warning"
"Microsoft.EntityFrameworkCore.Database.Command": "Debug",
"Microsoft.AspNetCore.Server.Kestrel.Connections": "Information"
}
},
"ConnectionStrings": {
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
},
"RabbitMQ": {
"Host": "127.0.0.1",
"Port": 5673,
"Username": "guest",
"Password": "guest"
},
"Spacebar": {
"Authentication": {
"Enforce2FA": false,
"OverrideUid": "1006598230156341276",
"DisableAuthentication": true,
"PublicKeyPath": "../../../jwt.key.pub",
"PrivateKeyPath": "../../../jwt.key"
},
"UnixSocketReplication": {
"SocketDir": "../../.."
}
}
}