| 12345678910111213141516171819 |
- PKPARSE_URL=
- # Superuser for postgres. The default is simply 'postgres'. Please change this
- # to something more unique. Avoid unsafe URL characters (`@`, `:`, # `/`, etc)
- POSTGRES_USER=postgres
- # Password for postgres. The default is simply 'postgres'. Please change this to
- # something more unique. Avoid unsafe URL characters (`@`, `:`, # `/`, etc)
- POSTGRES_PASSWORD=postgres
- # Name of the database for the containers to use. The default is
- # `POSTGRES_USER`, or simply `postgres`
- POSTGRES_DB=pokemon_trade_dev
- # Port which Rails is exposed on
- WEB_HOST_PORT=3000
- # Port which Postgres is exposed on
- DB_HOST_PORT=5432
|