Skip to content

Commit

Permalink
Adjusted actions DB string for when remote deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 6, 2024
1 parent 5f1414e commit 6013c65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ DOMAIN_SERVER=http://localhost:3080

NO_INDEX=true

Connection string for where the data DB resides. Can be remove or local DB (Remote)
#POSTGRES_DATA_HOST=postgres-prototypes.postgres.database.azure.com
#POSTGRES_DATA_PORT=5432
#POSTGRES_DATA_DB=hdexpert-alpha
#POSTGRES_DATA_USER=bots_rule3
#POSTGRES_DATA_PASSWORD=96__Mou9!2Yl

# Only used in deployment
REMOTE_DB_CONN_STRING=postgresql://<LOGIN GOES HERE>:<PASWORD HERE>@<HOST>:<PORT>/<DATABASE>

# =========== Local Docker containers START ==========
POSTGRES_DATA_HOST=postgres-prototypes.postgres.database.azure.com
POSTGRES_DATA_PORT=5432
Expand Down

0 comments on commit 6013c65

Please sign in to comment.