cloutier--bird.makeup/src/BirdsiteLive/appsettings.json

20 lines
412 B
JSON
Raw Normal View History

2020-03-21 00:39:32 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2020-03-21 17:11:35 -04:00
"AllowedHosts": "*",
"Instance": {
2020-03-21 18:58:23 -04:00
"Domain": "domain.name"
},
"Twitter": {
2020-03-21 23:55:49 -04:00
"ConsumerKey": "twitter.api.key",
"ConsumerSecret": "twitter.api.key",
"AccessToken": "twitter.api.key",
"AccessTokenSecret": "twitter.api.key"
2020-03-21 17:11:35 -04:00
}
2020-03-21 00:39:32 -04:00
}