Files
watcher/Watcher/appsettings.json

29 lines
657 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Database": {
"Provider": "Sqlite",
"ConnectionStrings": {
"MySql": "server=100.64.0.5;port=3306;database=watcher;user=monitoringuser;password=ssp123;",
"Sqlite": "Data Source=./persistence/watcher.db"
}
},
"Authentication": {
"PocketID": {
"Authority": "https://pocketid.triggermeelmo.com",
"ClientId": "629a5f42-ab02-4905-8311-cc7b64165cc0",
"ClientSecret": "QHUNaRyK2VVYdZVz1cQqv8FEf2qtL6QH",
"CallbackPath": "/signin-oidc",
"ResponseType": "code"
}
}
}