Skip to content

Commit

Permalink
Fixing default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrstrm committed Dec 9, 2021
1 parent d92efe9 commit c06881a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamechangerml/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function setup_dev() {
export ES_PORT="${ES_PORT:-443}"
export ES_USER="${ES_USER:-}"
export ES_PASSWORD="${ES_PASSWORD:-}"
export ES_ENABLE_SSL="${ES_ENABLE_SSL:-false}"
export ES_ENABLE_SSL="${ES_ENABLE_SSL:-true}"
export ES_ENABLE_AUTH="${ES_ENABLE_AUTH:-false}"
}

Expand All @@ -77,7 +77,7 @@ function setup_devlocal() {
export ES_PORT="${ES_PORT:-443}"
export ES_USER="${ES_USER:-}"
export ES_PASSWORD="${ES_PASSWORD:-}"
export ES_ENABLE_SSL="${ES_ENABLE_SSL:-false}"
export ES_ENABLE_SSL="${ES_ENABLE_SSL:-true}"
export ES_ENABLE_AUTH="${ES_ENABLE_AUTH:-false}"

export DEV_ENV="DEVLOCAL"
Expand Down

0 comments on commit c06881a

Please sign in to comment.