Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json

24 lines
465 B
JSON
Raw Normal View History

2018-10-04 21:13:32 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
2018-10-06 02:55:29 +02:00
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
2018-10-06 02:55:29 +02:00
"MySql": {
"Server": "host",
"Database": "database",
"User": "User",
"Password": "Password"
},
"ApiKey": {
"ChallongeApiKey": "Challonge ApiKey"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
2018-10-04 21:13:32 +02:00
}