mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 12:36:05 +00:00
Move environment vars to configuration
This commit is contained in:
9
docs/wiki/configuration/Environment-variables.md
Normal file
9
docs/wiki/configuration/Environment-variables.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Supported environment variables
|
||||
|
||||
| Variable | Description | Default value |
|
||||
| -------------- | ----------- | --------------- |
|
||||
| SQLALCHEMY_DATABASE_URI | SQL Alchemy URI to connect to database | <no default> |
|
||||
| SECRET_KEY | Flask secret key [^1] | <no default> |
|
||||
|
||||
|
||||
[^1]: Flask secret key (see https://flask.palletsprojects.com/en/2.0.x/config/#SECRET_KEY for how to generate)
|
Reference in New Issue
Block a user