install-doc
Marcin Kulik 7 years ago
parent 1acf2b8347
commit cea3536fc0

@ -1,12 +1,23 @@
### asciinema web app config file
## Settings below that are un-commented are required, the rest is optional.
## Values after "=" sign are taken as-is, so don't use double quotes for strings.
## Base URL of your asciinema web app instance ## Base URL of your asciinema web app instance
BASE_URL=http://localhost:3000 BASE_URL=http://localhost:3000
## Base secret key for signing cookies etc.
## Run `docker-compose run --rm web bundle exec rake secret` ## Run `docker-compose run --rm web bundle exec rake secret`
## and copy generated secret here ## and copy generated secret here.
SECRET_KEY_BASE= SECRET_KEY_BASE=
DATABASE_URL=postgresql://postgres@postgres/postgres ## PostgreSQL connection URL.
REDIS_URL=redis://redis:6379 ## Default: postgresql://postgres@postgres/postgres
# DATABASE_URL=
## Redis connection URL.
## Default: redis://redis:6379
# REDIS_URL=
## ID of the "demo" asciicast displayed on the homepage. ## ID of the "demo" asciicast displayed on the homepage.
## Default: first public asciicast ## Default: first public asciicast

Loading…
Cancel
Save