.env.template 342 B

123456789101112
  1. PKPARSE_URL=
  2. # Password for postgres. The default password for the postgres container is
  3. # simply 'postgres'. Please change this to something more unique. Avoid unsafe
  4. # URL characters (`@`, `:`, `/`, etc)
  5. POSTGRES_PASSWORD=postgres
  6. # Port which Rails is exposed on
  7. WEB_HOST_PORT=3000
  8. # Port which Postgres is exposed on
  9. DB_HOST_PORT=5432