Skip to content

Commit

Permalink
Remove POSTGRES vars from default.config, no longer necessary. IQSS#7418
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 8, 2020
1 parent 647167e commit 37fafcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conf/container/scripts/default.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Variables used in resource creation

POSTGRES_SERVER=${POSTGRES_SERVER:-postgresql}
POSTGRES_PORT=${POSTGRES_PORT:-5432}
POSTGRES_USER=${POSTGRES_USER:-dataverse}
POSTGRES_DATABASE=${POSTGRES_DATABASE:-${POSTGRES_USER}}
export DATAVERSE_DB_HOST=${DATAVERSE_DB_HOST:-"postgresql"}

MAIL_SERVER=${MAIL_SERVER:-"postfix"}
MAIL_FROMADDRESS=${MAIL_FROMADDRESS:-"do-not-reply@mailinator.com"}
CONTACT_MAIL=${CONTACT_MAIL:-"dataverse-k8s-contact@mailinator.com"}
Expand Down

0 comments on commit 37fafcb

Please sign in to comment.