forked from withspectrum/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnow-secrets.example.json
54 lines (54 loc) · 1.7 KB
/
now-secrets.example.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"@prod-domain": "community.vanila.io",
"@email-jwt-signature": "abc123",
"@api-token-secret": "abc123",
"shared:rethinkdb:db-query-cache": "",
"@s3-token": "abc123",
"@s3-secret": "abc123",
"@github-compose-rethinkdb-password": "",
"@github-compose-rethinkdb-url": "",
"@github-compose-rethinkdb-port": "",
"@aws-rethinkdb-password": "",
"@aws-rethinkdb-url": "",
"@aws-rethinkdb-port": "",
"@compose-redis-password": "",
"@compose-redis-url": "",
"@compose-redis-port": "",
"@redis-labs-port": "",
"@redis-labs-url": "",
"@redis-labs-password": "",
"@vapid-public-key": "",
"@vapid-private-key": "",
"@twitter-oauth-client-secret": "",
"@facebook-oauth-client-id": "",
"@facebook-oauth-client-secret": "",
"@github-oauth-client-secret": "",
"@github-oauth-client-id": "",
"@twitter-oauth-client-secret-development": "",
"@facebook-oauth-client-id-development": "",
"@facebook-oauth-client-secret-development": "",
"@google-oauth-client-id": "",
"@google-oauth-client-id-development": "",
"@google-oauth-client-secret": "",
"@google-oauth-client-secret-development": "",
"@github-oauth-client-secret-development": "",
"@slack-client": "",
"@slack-secret": "",
"@slack-secret-development": "",
"@slack-client-development": "",
"@sendgrid-api-key": "",
"@perspective-api-key": "",
"@session-cookie-secret": "",
"@algolia-app-id": "",
"@algolia-api-secret": "",
"@sentry-dsn-client": "",
"@sentry-dsn-server": "",
"@amplitude-api-key": "",
"@amplitude-api-key-development": "",
"@encryption-key": "",
"@imgix-sub-domain": "",
"@imgix-security-key": "",
"@imgix-proxy-sub-domain": "",
"@imgix-proxy-security-key": "",
"@datadog-api-key": ""
}