site/vercel.json
2020-05-13 12:43:21 -04:00

21 lines
No EOL
336 B
JSON

{
"public": true,
"trailingSlash": true,
"github": {
"silent": true
},
"env": {
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
},
"headers": [
{
"source": "/api/join",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
]
}