forked from the-guild-org/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.json
27 lines (27 loc) · 790 Bytes
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "the-guild-website",
"version": 2,
"alias": ["the-guild"],
"public": false,
"github": {
"silent": true
},
"redirects": [
{ "source": "/discord", "destination": "https://discord.gg/xud7bH9" },
{
"source": "/linkedin",
"destination": "https://www.linkedin.com/company/the-guild-software"
},
{ "source": "/twitter", "destination": "https://twitter.com/TheGuildDev" }
],
"rewrites": [
{ "source": "/api/algolia/(.*)", "destination": "/api/algolia" }
],
"env": {
"SLACK_TOKEN": "@slack-token",
"BUGSNAG_API": "@website-bugsnag-api",
"MARKETPLACE_INSPECTOR_SECRET": "@marketplace-inspector-secret",
"MAILCHIMP_API_KEY": "@mailchimp-api-key",
"ZAPIER_INSPECTOR_WEBHOOK": "@marketplace-inspector-zapier"
}
}