LookingGlass/appsettings.Development.json
2025-01-29 18:09:21 +00:00

12 lines
218 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace"
}
},
"Configuration": {
// DO NOT USE THIS AUTHTOKEN IN PRODUCTION!!!
"AuthToken": "hi",
"UseSentry": false
}
}