Skip to content

Commit

Permalink
Merge pull request #30 from eporsche/pr/amayer5125/29
Browse files Browse the repository at this point in the history
added forwarding ports to .env.example
  • Loading branch information
eporsche committed Jul 21, 2021
2 parents 26f16c9 + 844721b commit 8390089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

FORWARD_DB_PORT=3306
FORWARD_REDIS_PORT=6379
FORWARD_MAILHOG_PORT=1025
FORWARD_MAILHOG_DASHBOARD_PORT=8025

0 comments on commit 8390089

Please sign in to comment.