diff options
author | Valery Piashchynski <[email protected]> | 2020-11-25 23:11:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-25 23:11:35 +0300 |
commit | dd224cf8616d2196150fb7a64397eb1a9567e11b (patch) | |
tree | c220ccbd908c78bfb682ef23af35c68e109f6752 /plugins/http/config.go | |
parent | 1b0b033bcf4969e401b0c34b82171aa0b60b12cf (diff) |
Finish tests for the http plugin
Diffstat (limited to 'plugins/http/config.go')
-rw-r--r-- | plugins/http/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/http/config.go b/plugins/http/config.go index d44b3ebd..3f1fa69e 100644 --- a/plugins/http/config.go +++ b/plugins/http/config.go @@ -75,6 +75,9 @@ type Config struct { // Pool configures worker pool. Pool *roadrunner.PoolConfig + // Env is environment variables passed to the http pool + Env map[string]string + cidrs Cidrs } |