Skip to content

Commit

Permalink
corrected env var names in example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Apr 24, 2024
1 parent 92d462d commit 13135a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FLASK_APP=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_HOST=
DB_PORT=

SQLALCHEMY_DATABASE_URI=

LOGGING_LEVEL=
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
pkill cloud_sql_proxy
- name: 'Deploying stging whatsapp webhook analytics function'
- name: 'Deploying staging whatsapp webhook analytics function'
run: |
gcloud functions deploy whatsapp-webhook-analytics-staging \
--gen2 \
Expand Down

0 comments on commit 13135a2

Please sign in to comment.