We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6450760 commit c0233f3Copy full SHA for c0233f3
2 files changed
.env
@@ -68,7 +68,7 @@ POSTGRES_PASSWORD=development
68
69
# Logging variables
70
71
-ENABLE_ELASTIC_STACK=true
+ENABLE_KIBANA=true
72
LOGSTASH_HOST=logstash
73
LOGSTASH_PORT=12201
74
KIBANA_PORT=443
placeos
@@ -249,7 +249,7 @@ start_environment() {
249
# TODO: use init check instead of writing the password.
250
echo "PLACE_PASSWORD=${PLACE_PASSWORD}" >>${EMAIL_ENV}
251
252
- if [[ $ENABLE_ELASTIC_STACK == "true" ]] || [[ $enable_kibana == "true" ]]; then
+ if [[ $ENABLE_KIBANA == "true" ]] || [[ $enable_kibana == "true" ]]; then
253
if [[ $(uname) == "Linux" ]]; then
254
PROFILES+=" --profile metricbeat"
255
fi
0 commit comments