You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/.env.production.sample

10 lines
233 B
Plaintext

HOST=localhost:3000
MAILNAME=localhost
# Run `docker-compose run --rm web bundle exec rake secret`
# and copy generated secret here
SECRET_KEY_BASE=
DATABASE_URL=postgresql://postgres@postgres/postgres
REDIS_URL=redis://redis:6379