This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/appsettings.json
2020-03-21 18:58:23 -04:00

17 lines
285 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Instance": {
"Domain": "domain.name"
},
"Twitter": {
"ApiKey": "twitter.api.key"
}
}