Files
nukeitter/appsettings.json
Fergal Moran 1a994e6353 Initial
2023-01-23 18:28:18 +00:00

16 lines
309 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Auth": {
"Twitter": {
"ConsumerKey": "wRE6ajw7rraqDax8iOhZCHvml",
"ConsumerSecret": "l4Jn42ON1BrN8N4L28unQJYcjcRpbWuMIfcwzZZx3Dg8ZipyoD"
}
}
}