We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7162769 commit 375929dCopy full SHA for 375929d
.env.sample.devcontainer
@@ -3,3 +3,4 @@ DBNAME=app
3
DBHOST=localhost
4
DBUSER=app_user
5
DBPASS=app_password
6
+SECRET_KEY=flask-insecure-secret-key
.github/workflows/python-test.yaml
@@ -51,3 +51,4 @@ jobs:
51
DBHOST: localhost
52
DBUSER: postgres
53
DBPASS: postgres
54
+ SECRET_KEY: flask-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments