mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Fill in DB URI and secret key.
This commit is contained in:
parent
59ab3dcecd
commit
16fbf412d8
@ -1,2 +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)
|
||||
|
Loading…
Reference in New Issue
Block a user