2020-03-21 00:39:32 -04:00
|
|
|
{
|
|
|
|
"Logging": {
|
2020-12-30 03:00:23 -05:00
|
|
|
"Type": "none",
|
|
|
|
"InstrumentationKey": "key",
|
2020-03-21 00:39:32 -04:00
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-03-21 17:11:35 -04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Instance": {
|
2021-01-20 01:13:39 -05:00
|
|
|
"Name": "BirdsiteLIVE",
|
2020-07-07 21:03:20 -04:00
|
|
|
"Domain": "domain.name",
|
2021-01-15 01:42:05 -05:00
|
|
|
"AdminEmail": "me@domain.name",
|
|
|
|
"ResolveMentionsInProfiles": true
|
2020-12-28 02:19:11 -05:00
|
|
|
},
|
|
|
|
"Db": {
|
|
|
|
"Type": "postgres",
|
|
|
|
"Host": "127.0.0.1",
|
|
|
|
"Name": "mydb",
|
|
|
|
"User": "username",
|
|
|
|
"Password": "password"
|
2020-03-21 18:58:23 -04:00
|
|
|
},
|
|
|
|
"Twitter": {
|
2020-03-21 23:55:49 -04:00
|
|
|
"ConsumerKey": "twitter.api.key",
|
2020-12-28 16:42:30 -05:00
|
|
|
"ConsumerSecret": "twitter.api.key"
|
2020-03-21 17:11:35 -04:00
|
|
|
}
|
2020-03-21 00:39:32 -04:00
|
|
|
}
|