We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 022ecdc + 3fb3d2a commit d693d11Copy full SHA for d693d11
README.md
@@ -112,7 +112,7 @@ example:
112
"ImportPath": "github.com/bom-d-van/harp/test",
113
114
// will be applied to all servers
115
- "Env": {
+ "Envs": {
116
"var1": "value"
117
},
118
@@ -142,8 +142,8 @@ example:
142
"ID": "pluto", // ID field could be used to specify server with `-server` flag
143
"User": "app",
144
// server specific env vars
145
146
- "var1": "value"
+ "var2": "value2"
147
148
"Host": "192.168.59.103",
149
"Port": ":49155"
0 commit comments