Skip to content

Commit

Permalink
fixing api url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Jun 2, 2017
1 parent 8fe82fc commit ffe3b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ machine:
MONGODB_HOST: mongodb
MONGODB_PORT: 27017
API_TOKEN: afaketoken
API_URL: "http://0.0.0.0/url/to/docs"
API_URL: "http://localhost/docs/api"
services:
- docker

Expand Down

0 comments on commit ffe3b63

Please sign in to comment.