Skip to content

Commit

Permalink
Add notes for US and EU region end points
Browse files Browse the repository at this point in the history
  • Loading branch information
iampeterbanjo committed Feb 17, 2016
1 parent 57d126b commit 6f770fa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ applications:
The name you use will determinate your application url initially, e.g. `<application-name>.mybluemix.net`.

4. Connect to Bluemix in the command line tool
For US Region
```sh
$ cf api https://api.ng.bluemix.net
```

For EU Region
```sh
$ cf api https://api.eu-gb.bluemix.net
```

```sh
$ cf api https://api.ng.bluemix.net
$ cf login -u <your user ID>
```

Expand Down

0 comments on commit 6f770fa

Please sign in to comment.