yavsc/Yavsc/appsettings.json

50 lines
1.2 KiB
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Data": {
"DefaultConnection": {
"ConnectionString": "Server=[YOURSERVERNAME];Port=5432;Database=[YOURDBNAME];Username=[YOURDBUSERNAME];Password=[YOURDBPASSW];"
}
},
"Site": {
"Title": "Yavsc",
"Slogan":"Yavsc!",
"Authority": "http://127.0.0.1:5000/",
"Audience": "http://127.0.0.1:5000/",
"Owner": {
"Name": "[query]",
"Address": "bigchief@company.com"
},
"Admin": {
"Name": "[answer]",
"Address": "contact@company.com"
},
"UserFiles": {
"RootDir": "UserFiles",
"Quota": "200M"
},
"DirNames": {
"Bills":"Bills",
"Blog":"Blog"
}
},
"Smtp": {
"Host": "[YOURSMTPHOST]",
"Port": 25,
"EnableSSL": false
},
"DataProtection": {
"Keys": {
"Dir": "DataProtection-Keys"
},
"RSAParamFile": "RSA-Params.json",
"ExpiresInHours": 168
}
}