28 lines
613 B
JSON
28 lines
613 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DbContext":"Host=descartes.local;Username=tom;Password=tom;Database=ladoseapi"
|
|
},
|
|
"CertificateSettings": {
|
|
"fileName": "localhost.pfx",
|
|
"password": "YourSecurePassword"
|
|
},
|
|
"MySql": {
|
|
"Server": "localhost",
|
|
"Database": "ladoseapi",
|
|
"User": "dev",
|
|
"Password": "dev"
|
|
},
|
|
"ApiKey": {
|
|
"ChallongeApiKey": "Challonge ApiKey",
|
|
"SmashApiKey": "Smash"
|
|
},
|
|
"AllowedHosts": "0.0.0.0",
|
|
"Port": 5000,
|
|
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
|
|
}
|