about summary refs log tree commit diff
path: root/.env.nanobox
diff options
context:
space:
mode:
authorDaniel Hunsaker <danhunsaker@gmail.com>2018-03-31 05:17:25 -0600
committerEugen Rochko <eugen@zeonfederated.com>2018-03-31 13:17:25 +0200
commit3886bfb5eb9e08bb5de61b1314c6cae1be3e5530 (patch)
treee1ab71f219572cb82451d08353552f341afa9df8 /.env.nanobox
parentfb3dc00ddab3f8c1af42ebc0520f6108cc40a1fc (diff)
[Nanobox] Enable ElasticSearch support by default (#6977)
Admins can still disable the feature by adding `ES_ENABLED=false` to their environment, if they prefer not to use it. Be sure to set the variable before you deploy!
Diffstat (limited to '.env.nanobox')
-rw-r--r--.env.nanobox6
1 files changed, 3 insertions, 3 deletions
diff --git a/.env.nanobox b/.env.nanobox
index 0d14f8a00..8e0af6a8a 100644
--- a/.env.nanobox
+++ b/.env.nanobox
@@ -14,9 +14,9 @@ DB_PORT=5432
 DATABASE_URL=postgresql://$DATA_DB_USER:$DATA_DB_PASS@$DATA_DB_HOST/gonano
 
 # Optional ElasticSearch configuration
-# ES_ENABLED=true
-# ES_HOST=localhost
-# ES_PORT=9200
+ES_ENABLED=true
+ES_HOST=$DATA_ELASTIC_HOST
+ES_PORT=9200
 
 # Optimizations
 LD_PRELOAD=/data/lib/libjemalloc.so