-
-
Notifications
You must be signed in to change notification settings - Fork 593
Configuration
If you would like an explanation on the configuration options at the /configure page, have a look at this guide for aiostreams that I made.
Outside of the configuration page, the behaviour of this addon can also be changed with environment variables.
The only required environment variables are SECRET_KEY
and BASE_URL
. Without these two variables, AIOStreams will not start.
Please see the sample .env file for a list of environment variables that can be set.
Some methods of deployments will allow a .env file (like Docker), which is recommended in order to keep things organised. Simply take the sample .env linked above and fill in the values as necessary
Others may require you to manually add the name and value for each environment variable separately in the settings for the deployment.