Skip to content

Commit

Permalink
Update postgres and logto environment files.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-ashurov committed Jun 28, 2023
1 parent 484674e commit 83ddea5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
15 changes: 9 additions & 6 deletions docker/with-external-db/logto.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Database
POSTGRES_USER="<user>"
POSTGRES_PASSWORD="<password>"

# LogTo
DB_URL="postgres://<user>:<password>@<host>::<port>/<dbname>
TRUST_PROXY_HEADER="true"
DO_CA_CERT=""
ADMIN_PORT=""
ADMIN_DISABLE_LOCALHOST="false"
ENDPOINT=""
NPM_CONFIG_LOGLEVEL="warn"
DB_URL="postgres://postgres:password@postgres:5432/logto"
ADMIN_ENDPOINT=""
NODE_ENV="production"
9 changes: 3 additions & 6 deletions docker/with-external-db/postgres.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Database
POSTGRES_USER="<user>"
POSTGRES_PASSWORD="<password>"

# LogTo
DB_URL="postgres://<user>:<password>@<host>::<port>/<dbname>
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="password"
POSTGRES_MULTIPLE_DATABASES="app,logto"

0 comments on commit 83ddea5

Please sign in to comment.