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

22 lines
542 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-07-07 21:03:20 -04:00
"Domain": "domain.name",
2020-07-08 18:41:47 -04:00
"AdminEmail": "me@domain.name",
2020-07-07 21:03:20 -04:00
"PostgresConnString": "Host=127.0.0.1;Username=username;Password=password;Database=mydb"
2020-03-21 18:58:23 -04:00
},
"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
}