rsnext/examples/with-now-env/now.json
2019-06-28 15:14:56 -07:00

15 lines
222 B
JSON

{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@now/next"
}
],
"build": {
"env": {
"SECRET": "@my-secret-key",
"ANOTHER_SECRET": "@my-other-secret-key"
}
}
}