|
|
@@ -17,7 +17,8 @@ POSTGRES_PASSWORD=postgres
|
|
|
# will be created as `ENV['POSTGRES_DB'] + "_test"`
|
|
|
POSTGRES_DB=pokemon_trade_dev
|
|
|
|
|
|
-REDIS_URL=127.0.0.1:6379
|
|
|
+# If you want to use redis locally, provide the URL, e.g. redis://127.0.0.1:6379
|
|
|
+REDIS_URL=
|
|
|
|
|
|
# Port which Rails is exposed on, _only used for docker containers_.
|
|
|
WEB_HOST_PORT=3000
|