Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/appsettings.json
T
darkstack 937b8554dd
Build App / Build (push) Failing after 3s
Docker Compose bot + Google Api
2026-08-06 16:23:50 +02:00

33 lines
829 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"LaDOSE": "Information"
}
},
"ConnectionStrings": {
"DbContext":"Host=kafka.local;Username=tom;Password=tom;Database=ladoseapi"
},
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"ApiKey": {
"ChallongeApiKey": "Challonge ApiKey",
"SmashApiKey": "SmashApiKey"
},
"GoogleSheets": {
"Writer": "ServiceAccount",
"SpreadsheetId": "1FMS3ZesZC7yBNsJG3CpB5c8qzF95JHUpnsj2q45BSs4",
"MaxTabs": 60,
"MaxRowsPerTab": 5000,
"MaxColumns": 200,
"ServiceAccount": {
"CredentialsPath": "/home/tom/test-agent/LaDOSE/secrets/test.json"
}
},
"AllowedHosts": "0.0.0.0",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}