Skip to content

Commit

Permalink
🧑‍💻 Script to export necessary env vars for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed May 9, 2023
1 parent 36a0437 commit b5d9cee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions env_local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# --- Postgres variables ---
export PG_HOST=localhost
export PG_PORT=5432
export PG_NAME=dataservice
export PG_USER=postgres
export PG_PASS=postgres

# --- Dataservice variables ---
export FLASK_APP=manage
export FLASK_CONFIG=development

0 comments on commit b5d9cee

Please sign in to comment.