forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
51 lines (35 loc) · 1.14 KB
/
.env.example
File metadata and controls
51 lines (35 loc) · 1.14 KB
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
# 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=
# The email address of the sender of emails.
EMAIL_SENDER=quepid@o19s.com
# See https://github.com/o19s/quepid/issues/272 for a bug in expand/collapse that some setups experience.
# This lets you disable the sorting if you experience the bug.
QUERY_LIST_SORTABLE=true