cloutier--bird.makeup/VARIABLES.md

14 lines
911 B
Markdown
Raw Normal View History

2021-01-19 23:06:35 -05:00
# Environment variables
You can configure some of BirdsiteLIVE's settings via environment variables (those are optionnals):
## Logging
2021-01-20 01:13:39 -05: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-19 23:06:35 -05:00
* `Logging:InstrumentationKey` the instrumentation key for Azure Application Insights
## Instance customization
2021-01-20 01:13:39 -05:00
* `Instance:Name` (default: BirdsiteLIVE) the name of the instance
2021-01-22 18:31:30 -05: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.
* `Instance:PublishReplies` (default: false) to enable or disable replies publishing.