Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json
2018-10-06 02:55:29 +02:00

21 lines
404 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"MySql": {
"Server": "host",
"Database": "database",
"User": "User",
"Password": "Password"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}