BirdsiteLive/VARIABLES.md

13 lines
825 B
Markdown
Raw Normal View History

2021-01-20 05:06:35 +01:00
# Environment variables
You can configure some of BirdsiteLIVE's settings via environment variables (those are optionnals):
## Logging
2021-01-20 07:13:39 +01:00
* `Logging:Type` (default: none) set the type of the logging and monitoring system, currently the only type supported is `insights` for *Azure Application Insights* (PR welcome to support other types)
2021-01-20 05:06:35 +01:00
* `Logging:InstrumentationKey` the instrumentation key for Azure Application Insights
## Instance customization
2021-01-20 07:13:39 +01:00
* `Instance:Name` (default: BirdsiteLIVE) the name of the instance
2021-01-20 05:06:35 +01:00
* `Instance:ResolveMentionsInProfiles` (default: true) to enable or disable mentions parsing in profile's description. Resolving it will consume more User's API calls since newly discovered account can also contain references to others accounts as well. On a big instance it is recommended to disable it.