Skip to content

Commit

Permalink
Merge pull request watson-developer-cloud#33 from iampeterbanjo/issue…
Browse files Browse the repository at this point in the history
…35_cf_region

Issue35 cf region
  • Loading branch information
germanattanasio committed Feb 17, 2016
2 parents 57d126b + ee3b996 commit 17bea90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 login -u <your user ID>
```

Expand Down

0 comments on commit 17bea90

Please sign in to comment.