|
|
@@ -1,10 +1,17 @@
|
|
|
PKPARSE_URL=
|
|
|
|
|
|
-# Password for postgres. The default password for the postgres container is
|
|
|
-# simply 'postgres'. Please change this to something more unique. Avoid unsafe
|
|
|
-# URL characters (`@`, `:`, `/`, etc)
|
|
|
+# 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
|
|
|
|