Use ## for comments in example env file
This commit is contained in:
parent
1a84b0cbdd
commit
1ce5c6cbde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user