mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added env REQUEST_URL
This commit is contained in:
@@ -18,7 +18,8 @@ func (t *containerTask) Command() string { return "" }
|
||||
|
||||
func (t *containerTask) EnvVars() map[string]string {
|
||||
env := map[string]string{
|
||||
"PAYLOAD": t.cfg.Payload,
|
||||
"PAYLOAD": t.cfg.Payload,
|
||||
"REQUEST_URL": t.cfg.RequestURL,
|
||||
}
|
||||
return env
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user