diff options
Diffstat (limited to '.env.production.sample')
-rw-r--r-- | .env.production.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 86f770e78..13e89b40d 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -56,7 +56,7 @@ DB_PASS= DB_PORT=5432 -# ElasticSearch (optional) +# Elasticsearch (optional) # ------------------------ #ES_ENABLED=true #ES_HOST=localhost @@ -65,6 +65,7 @@ DB_PORT=5432 #ES_USER=elastic #ES_PASS=password + # Secrets # ------- # Generate each with the `RAILS_ENV=production bundle exec rake secret` task (`docker-compose run --rm web bundle exec rake secret` if you use docker compose) |