Skip to content

Commit

Permalink
Merge branch 'master' into bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan authored Jan 6, 2017
2 parents 1d005dc + e2fec35 commit 7958b1e
Show file tree
Hide file tree
Showing 7 changed files with 838 additions and 819 deletions.
4 changes: 2 additions & 2 deletions src/envoy/prototype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ This Proxy will use Envoy and talk to Mixer server.

The server will run at port 9091

* Start backend Echo server. At ESP repo (https://github.com/cloudendpoints/esp)
* Start backend Echo server.

```
cd test/echo
cd test/backend/echo
npm install
node echo.js
```
Expand Down
2 changes: 1 addition & 1 deletion src/envoy/prototype/envoy-esp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "both",
"name": "esp",
"config": {
"service_config": "src/envoy/prototype/service_config.json",
"service_config": "src/envoy/prototype/generic_service_config.json",
"server_config": "src/envoy/prototype/server_config.pb.txt"
}
},
Expand Down
Loading

0 comments on commit 7958b1e

Please sign in to comment.