Skip to content

Commit

Permalink
correct references to cats-and-dogs-example-app
Browse files Browse the repository at this point in the history
  • Loading branch information
adobley authored Jun 12, 2018
1 parent 866625f commit 2972940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/c2c-no-service-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In either case, the response from the backend to the frontend will be rendered a

### Deploying
```
cd cats-and-dogs-example-app/frontend
cd frontend
cf api api.bosh-lite.com --skip-ssl-validation
cf auth admin admin
cf push frontend
Expand All @@ -40,7 +40,7 @@ and responds to simple text messages on the UDP ports specified in the environme

### Deploying
```
cd cats-and-dogs-example-app/backend
cd backend
cf push backend --no-start
cf set-env backend CATS_PORTS "7007,7008"
cf set-env backend UDP_PORTS "9003,9004"
Expand Down

0 comments on commit 2972940

Please sign in to comment.