Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json
T
2026-08-06 09:58:06 +02:00

22 lines
494 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"ConnectionStrings": {
"DbContext":"Host=kafka.local;Username=tom;Password=tom;Database=ladoseapi"
},
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"ApiKey": {
"ChallongeApiKey": "Challonge ApiKey",
"SmashApiKey": "Smash"
},
"AllowedHosts": "0.0.0.0",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}