forked from thesuss/shf-project
-
Notifications
You must be signed in to change notification settings - Fork 37
/
.env.test
51 lines (38 loc) · 1.61 KB
/
.env.test
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
# SHF .env.test
# When running tests (RAILS_ENV=test), DotEnv will look
# in this file _first._ If it cannot find a key, it will then look in .env
#
# This file should have all key + values needed to run all tests.
# This is just an example comment.
#
SHF_ADMIN_PWD=test-password
MAILGUN_DOMAIN = 'sverigeshundforetagare.se'
SHF_EMAIL_DISPLAY_NAME='Sveriges Hundföretagare'
SHF_SENDER_EMAIL='[email protected]'
SHF_FROM_EMAIL='[email protected]'
SHF_REPLY_TO_EMAIL='[email protected]'
SHF_MEMBERSHIP_EMAIL='[email protected]'
SHF_AWS_S3_BACKUP_KEY_ID='blorf'
SHF_AWS_S3_BACKUP_SECRET_ACCESS_KEY='blorf'
SHF_AWS_S3_BACKUP_REGION='here'
SHF_AWS_S3_BACKUP_BUCKET='there'
SHF_AWS_S3_BACKUP_PATH='everywhere'
# @todo is DINKURS_URL used?
DINKURS_URL='https://dinkurs.se'
SHF_DINKURS_XML_URL='https://dinkurs.se/lxml.asp'
SHF_DINKURS_COMPANY_TEST_ID='fake-dinkurs-company-id'
SHF_DINKURS_NUM_RETRIES=3
SHF_DINKURS_READ_TIMEOUT_SECS=10
SHF_FB_APPID='12345678909876'
SHF_SLACK_WEBHOOKURL = 'get_this_from_a_SHF_team_member'
SHF_SLACK_USERNAME = 'your_slack_username_for_the_SHF_Slack_team'
SHF_SLACK_CHANNEL = 'notification-testing'
SHF_KLARNA_CHECKOUT_URL = 'https://api.playground.klarna.com/checkout/v3/orders/'
SHF_KLARNA_ORDER_MGMT_URL = 'https://api.playground.klarna.com/ordermanagement/v1/orders/'
SHF_KLARNA_API_AUTH_USERNAME_DEV = 'PK37529_9397d245f192'
SHF_KLARNA_API_AUTH_PASSWORD_DEV = 'oQDZtwYlJIqVRi1R'
SHF_DEV_WEBHOOK_HOST = 'https://36a1fe86a965.ngrok.io'
SHF_SHOW_FEATURE = 'yes'
# Where the webdrivers gem will install the webdrivers:
WD_INSTALL_DIR = './features/support/webdrivers'