site/vercel.json
2020-05-12 19:40:17 -04:00

11 lines
No EOL
202 B
JSON

{
"public": true,
"trailingSlash": true,
"github": {
"silent": true
},
"env": {
"AIRTABLE_API_KEY": "@airtable-api-key",
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
}
}