Fill in DB URI and secret key.

This commit is contained in:
David Mc Ken 2022-12-08 20:53:14 -04:00
parent 59ab3dcecd
commit 16fbf412d8

View File

@ -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)