7 lines
192 B
YAML
7 lines
192 B
YAML
# Copy this file to secrets.yaml and replace both values.
|
|
flask:
|
|
secret_key: "replace-with-a-long-random-value"
|
|
|
|
database:
|
|
admin_password: "replace-with-the-flower-database-user-password"
|