-
Notifications
You must be signed in to change notification settings - Fork 1
/
now.json
24 lines (24 loc) · 946 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
{
"version": 1,
"name": "there-server",
"alias": "apiv1.there.team",
"env": {
"GOOGLE_API_KEY": "@there-google-api-key",
"FIREBASE_ADMIN_SDK": "@there-firebase-admin-sdk",
"SENTRY_DSN": "@there-api-sentry-dsn",
"DB_HOST": "@there-main-db-host",
"DB_NAME": "@there-main-db-name",
"DB_USERNAME": "@there-main-db-username",
"DB_PASSWORD": "@there-main-db-password",
"TWITTER_CONSUMER_KEY": "@there-twitter-consumer-key",
"TWITTER_CONSUMER_SECRET": "@there-twitter-consumer-secret",
"SLACK_CLIENT_ID": "@there-slack-client-id",
"SLACK_CLIENT_SECRET": "@there-slack-client-secret",
"SESSION_SECRET": "@there-session-secret",
"JWT_SECRET": "@there-jwt-secret",
"GH_TOKEN_RELEASES": "@there-github-token-releases",
"MAILJET_KEY_PUBLIC": "@there-mailjet-key-public",
"MAILJET_KEY_PRIVATE": "@there-mailjet-key-private",
"POSTMARK_SERVER_KEY": "@there-postmark-server-key"
}
}