mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Fix default values.
This commit is contained in:
parent
19e5750974
commit
2dec2ad204
@ -2,8 +2,8 @@
|
||||
|
||||
| Variable | Description | Required | Default value |
|
||||
| ---------| ----------- | -------- | ------------- |
|
||||
| SQLALCHEMY_DATABASE_URI | SQL Alchemy URI to connect to database | N | <no default> |
|
||||
| SECRET_KEY | Flask secret key [^1] | Y | <no default> |
|
||||
| SQLALCHEMY_DATABASE_URI | SQL Alchemy URI to connect to database | N | no default |
|
||||
| SECRET_KEY | Flask secret key [^1] | Y | no default |
|
||||
|
||||
|
||||
[^1]: Flask secret key (see https://flask.palletsprojects.com/en/1.1.x/config/#SECRET_KEY for how to generate)
|
||||
|
Loading…
Reference in New Issue
Block a user