Use ## for comments in example env file

This commit is contained in:
Marcin Kulik 2017-04-18 15:55:56 +02:00
parent 1a84b0cbdd
commit 1ce5c6cbde

View File

@ -3,8 +3,8 @@ BASE_URL=http://localhost:3000
MAILNAME=localhost
# Run `docker-compose run --rm web bundle exec rake secret`
# and copy generated secret here
## Run `docker-compose run --rm web bundle exec rake secret`
## and copy generated secret here
SECRET_KEY_BASE=
DATABASE_URL=postgresql://postgres@postgres/postgres