46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"Type": "none",
|
|
"InstrumentationKey": "key",
|
|
"ApplicationInsights": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Instance": {
|
|
"Name": "BirdsiteLIVE",
|
|
"Domain": "domain.name",
|
|
"AdminEmail": "me@domain.name",
|
|
"ResolveMentionsInProfiles": true,
|
|
"PublishReplies": false,
|
|
"MaxUsersCapacity": 1000,
|
|
"UnlistedTwitterAccounts": null,
|
|
"SensitiveTwitterAccounts": null,
|
|
"FailingTwitterUserCleanUpThreshold": 700,
|
|
"FailingFollowerCleanUpThreshold": 30000
|
|
},
|
|
"Db": {
|
|
"Type": "postgres",
|
|
"Host": "127.0.0.1",
|
|
"Name": "mydb",
|
|
"User": "username",
|
|
"Password": "password"
|
|
},
|
|
"Twitter": {
|
|
"ConsumerKey": "twitter.api.key",
|
|
"ConsumerSecret": "twitter.api.key"
|
|
},
|
|
"Moderation": {
|
|
"FollowersWhiteListing": null,
|
|
"FollowersBlackListing": null,
|
|
"TwitterAccountsWhiteListing": null,
|
|
"TwitterAccountsBlackListing": null
|
|
}
|
|
}
|