Skip to content

Commit

Permalink
yii-starter-kit#654. Need to setup ports not domain names for PWD to …
Browse files Browse the repository at this point in the history
…work.
  • Loading branch information
Alfred committed Feb 25, 2019
1 parent a9d2577 commit e1b1d16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ TEST_DB_PASSWORD = root

# Urls
# ----
API_HOST_INFO = http://api.yii2-starter-kit.localhost
FRONTEND_HOST_INFO = http://yii2-starter-kit.localhost
BACKEND_HOST_INFO = http://backend.yii2-starter-kit.localhost
STORAGE_HOST_INFO = http://storage.yii2-starter-kit.localhost
API_HOST_INFO = localhost:8080
FRONTEND_HOST_INFO = localhost:8081
BACKEND_HOST_INFO = localhost:8082
STORAGE_HOST_INFO = localhost:8083

# Single domain example
# ----
Expand Down
8 changes: 4 additions & 4 deletions pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ services:
- TEST_DB_DSN = mysql:host=db;port=3306;dbname=yii2-starter-kit-test
- TEST_DB_USERNAME = root
- TEST_DB_PASSWORD = root
- API_HOST_INFO = http://api.yii2-starter-kit.localhost
- FRONTEND_HOST_INFO = http://yii2-starter-kit.localhost
- BACKEND_HOST_INFO = http://backend.yii2-starter-kit.localhost
- STORAGE_HOST_INFO = http://storage.yii2-starter-kit.localhost
- API_HOST_INFO = localhost:8080
- FRONTEND_HOST_INFO = localhost:8081
- BACKEND_HOST_INFO = localhost:8082
- STORAGE_HOST_INFO = localhost:8083
- SMTP_HOST = mailcatcher
- SMTP_PORT = 1025
- FRONTEND_COOKIE_VALIDATION_KEY = xVLgMMktRpRa3xS-jeTITuqnqILulB_W
Expand Down

0 comments on commit e1b1d16

Please sign in to comment.