Support ORIGIN env var in dev

This commit is contained in:
Michael Jackson 2019-01-15 07:56:40 -08:00
parent 83cb7af8b0
commit 779a634e15
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ const functions = [
'process.env.CLOUDFLARE_KEY': JSON.stringify(
process.env.CLOUDFLARE_KEY
),
'process.env.ORIGIN': JSON.stringify(process.env.ORIGIN),
'process.env.SECRET_KEY': JSON.stringify(secretKey)
})
]