forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
44 lines (30 loc) · 895 Bytes
/
.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
# Learn more about these settings at https://github.com/o19s/quepid/tree/master/docs/operating_documentation.md
PORT=3000
RACK_ENV=development
RAILS_ENV=development
MAX_THREADS=2
WEB_CONCURRENCY=2
FORCE_SSL=false
DB_HOST=mysql
DB_USERNAME=root
DB_PASSWORD=password
DB_NAME=quepid
REDIS_URL=redis://redis:6379/1
QUEPID_GA=UA-
QUEPID_DOMAIN=localhost
INTERCOM_APP_ID=
INTERCOM_API_KEY=
# Used to insert web links if populated.
TC_URL=
PRIVACY_URL=
COOKIES_URL=
# Email Marketing request mode for GDPR compliance
EMAIL_MARKETING_MODE=false
# Default scorer for new user accounts
QUEPID_DEFAULT_SCORER=AP@10
# Whether or not signing up via the UI is enabled.
SIGNUP_ENABLED=true
# Whether users are only allowed to use communal (admin controlled) scorers to prevent javascript embedding security issues
COMMUNAL_SCORERS_ONLY=false
# What provider to use to send emails
EMAIL_PROVIDER=