33 lines
829 B
JSON
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"
|
|
}
|