Skip to content

Commit

Permalink
Merge pull request Azure-Samples#27 from diberry/diberry/0322-devcont…
Browse files Browse the repository at this point in the history
…ainer

Devcontainer and github action yaml
  • Loading branch information
vmagelo authored Mar 27, 2023
2 parents e529c16 + 375929d commit a8b02de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample.devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DBNAME=app
DBHOST=localhost
DBUSER=app_user
DBPASS=app_password
SECRET_KEY=flask-insecure-secret-key
1 change: 1 addition & 0 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
DBHOST: localhost
DBUSER: postgres
DBPASS: postgres
SECRET_KEY: flask-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}

0 comments on commit a8b02de

Please sign in to comment.