-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
43 lines (43 loc) · 988 Bytes
/
Copy pathappsettings.Development.json
File metadata and controls
43 lines (43 loc) · 988 Bytes
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
36
37
38
39
40
41
42
43
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=clubmanagerv0_2.dev.db"
},
"Email": {
"SenderName": "ClubGear Dev",
"SenderAddress": "dev-noreply@clubgear.local",
"Host": "localhost",
"Port": 25,
"UseStartTls": false,
"UsePickupDirectory": true,
"PickupDirectory": "App_Data/MailDrop"
},
"Plugins": {
"Enabled": true,
"MarketplaceCatalogUrl": "http://localhost:8081/catalog",
"ZipUpload": {
"Enabled": true,
"MaxBytes": 10485760
}
},
"EnvironmentProfiles": {
"Current": "local",
"Local": {
"PluginsEnabled": true,
"UseDetailedErrors": true
},
"Staging": {
"PluginsEnabled": true,
"UseDetailedErrors": false
},
"Prod": {
"PluginsEnabled": false,
"UseDetailedErrors": false
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}