-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
56 lines (41 loc) · 1.82 KB
/
.env.example
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
55
56
APP_ENV=local
# Turn off sending proxy updates to Salesforce
DISABLE_CLIENT_PUSH=0
MAX_CREATES_PER_IP_PER_5M=1
KNOWN_OVERMATCHED_FUNDING_IDS="[]"
# We share the Redis instance locally only; deployed environments use the SQS Messenger transport.
MESSENGER_TRANSPORT_DSN=redis://redis:6379/matchbot-jobs
# ClaimBot has its own queue for jobs to process (e.g. claim Gift Aid), which MatchBot publishes
# to.
CLAIMBOT_MESSENGER_TRANSPORT_DSN=redis://redis:6379/claimbot-jobs
# Remember to never let any personal data into your local DB!
MYSQL_HOST=db
MYSQL_USER=root
MYSQL_PASSWORD=tbgLocal123
MYSQL_SCHEMA=matchbot
MYSQL_PORT=3306
REDIS_HOST=redis
SLACK_API_TOKEN=xoxb-***
SLACK_CHANNEL=matchbot
STRIPE_SECRET_KEY=sk_test_yourKeyHere
STRIPE_WEBHOOK_SIGNING_SECRET=whsec_test_yourKeyHere
STRIPE_CONNECT_WEBHOOK_SIGNING_SECRET=whsec_test_yourPayoutKeyHere
BASE_URI=http://localhost:30030
# Must match the Salesforce secret for the corresponding environment
WEBHOOK_DONATION_SECRET=myLocalHookSecret
# Currently used only to verify issued tokens' validity for the current environment.
ID_BASE_URI=http://localhost:30050
JWT_DONATION_SECRET=myLocalJwtSecret
JWT_ID_SECRET=myLocalIdSecret
SALESFORCE_CLIENT_TIMEOUT=15
SALESFORCE_CAMPAIGN_API=https://sf-api-staging.thebiggivetest.org.uk/campaigns/services/apexrest/v1.0/campaigns
SALESFORCE_DONATION_API=https://sf-api-staging.thebiggivetest.org.uk/donations/services/apexrest/v1.0/donations
SALESFORCE_FUND_API=https://sf-api-staging.thebiggivetest.org.uk/funds/services/apexrest/v1.0/funds
SALESFORCE_WEBHOOK_RECEIVER=https://sf-api-staging.thebiggivetest.org.uk/webhooks/services/apexrest/v2.0
SALESFORCE_SECRET_KEY=topsecret
# Mailer vars
MAILER_BASE_URI=https://mailer-staging.thebiggivetest.org.uk
MAILER_SEND_SECRET=
AWS_REGION=eu-west-1
AWS_CLOUDWATCH_ACCESS_KEY_ID=
AWS_CLOUDWATCH_SECRET_ACCESS_KEY=