Skip to content

Commit

Permalink
Merge pull request #3 from BrianNewsom/patch-1
Browse files Browse the repository at this point in the history
Env -> Envs in example json
  • Loading branch information
bom-d-van committed Feb 19, 2016
2 parents 022ecdc + 3fb3d2a commit d693d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ example:
"ImportPath": "github.com/bom-d-van/harp/test",

// will be applied to all servers
"Env": {
"Envs": {
"var1": "value"
},

Expand Down Expand Up @@ -142,8 +142,8 @@ example:
"ID": "pluto", // ID field could be used to specify server with `-server` flag
"User": "app",
// server specific env vars
"Env": {
"var1": "value"
"Envs": {
"var2": "value2"
},
"Host": "192.168.59.103",
"Port": ":49155"
Expand Down

0 comments on commit d693d11

Please sign in to comment.