diff --git a/docs/wiki/preparation/Environment-variables.md b/docs/wiki/preparation/Environment-variables.md index d83b744..3dc0ea0 100644 --- a/docs/wiki/preparation/Environment-variables.md +++ b/docs/wiki/preparation/Environment-variables.md @@ -1,2 +1,9 @@ # Supported environment variables +| Variable | Description | Default value | +| -------------- | ----------- | --------------- | +| SQLALCHEMY_DATABASE_URI | SQL Alchemy URI to connect to database | | +| SECRET_KEY | Flask secret key [^1] | | + + +[^1]: Flask secret key (see https://flask.palletsprojects.com/en/2.0.x/config/#SECRET_KEY for how to generate)