forked from AgileVentures/shf-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test.example
49 lines (40 loc) · 1.87 KB
/
.env.test.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
# Example of what should be in your .env.test file so that tests run successfully.
#
# Get the specific settings from a team member.
# If tests are failing and you think they should be passing,
# check to be sure you have these settings and that they are correct
# (verify with another team member).
# -------------------------
# Show pre-release features
#
# This is used to support pre-release features that are delivered to
# production but not yet made visible to users.
# Most of the time, you WILL NOT define this var as the default logic used
# in production code is to _not_ make the specific feature visible.
# Assign the var to 'yes' if you wish to make it visible.
SHF_SHOW_FEATURE = 'yes'
# -------------------------
# Dinkurs
# The id for a company in Dinkurs that we use for testing.
DINKURS_COMPANY_TEST_ID = 'get_this_from_a_SHF_team_member'
# -------------------------
# SLACK Notifcations
# The official SHF Slack team webhookand settings for sending notifications:
SHF_SLACK_WEBHOOKURL = 'get_this_from_a_SHF_team_member'
# Set the username to _you_ so that we know you are the one running the tests
SHF_SLACK_USERNAME = 'your_slack_username_for_the_SHF_Slack_team'
# Testing Slack notifications always goes to this channel:
SHF_SLACK_CHANNEL = 'notification-testing'
# -------------------------
# CSV file to use for seeded addresses if you want to use something
# different than the default.
# Ex: if you want to have all of the addresses created and geocoded,
# create an empty file and use it here.
# This file should be in the db/ directory (with the seeds.rb file)
# SHF_SEED_FAKE_ADDR_CSV_FILE = 'fake-addresses-89--2018-12-12.csv'
# --------------------------------------------
# Keys and values for Facebook OpenGraph (og):
# --------------------------------------------
#
# (Contact the project admin for the app id for this project.)
SHF_FB_APPID='12345678909876'