diff options
Diffstat (limited to '.env.production.sample')
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index a4b689a31..38f7326f0 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -9,6 +9,10 @@ DB_USER=postgres DB_NAME=postgres DB_PASS= DB_PORT=5432 +# Optional ElasticSearch configuration +# ES_ENABLED=true +# ES_HOST=localhost +# ES_PORT=9200 # Federation # Note: Changing LOCAL_DOMAIN at a later time will cause unwanted side effects, including breaking all existing federation. |