Skip to content

Commit c0233f3

Browse files
committed
chore(env): rename ENABLE_ELASTIC_STACK to ENABLE_KIBANA
1 parent 6450760 commit c0233f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ POSTGRES_PASSWORD=development
6868

6969
# Logging variables
7070

71-
ENABLE_ELASTIC_STACK=true
71+
ENABLE_KIBANA=true
7272
LOGSTASH_HOST=logstash
7373
LOGSTASH_PORT=12201
7474
KIBANA_PORT=443

placeos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ start_environment() {
249249
# TODO: use init check instead of writing the password.
250250
echo "PLACE_PASSWORD=${PLACE_PASSWORD}" >>${EMAIL_ENV}
251251

252-
if [[ $ENABLE_ELASTIC_STACK == "true" ]] || [[ $enable_kibana == "true" ]]; then
252+
if [[ $ENABLE_KIBANA == "true" ]] || [[ $enable_kibana == "true" ]]; then
253253
if [[ $(uname) == "Linux" ]]; then
254254
PROFILES+=" --profile metricbeat"
255255
fi

0 commit comments

Comments
 (0)