-
Notifications
You must be signed in to change notification settings - Fork 101
/
.env.example
65 lines (46 loc) · 1.7 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
57
58
59
60
61
62
63
64
65
# Learn more about these settings at https://github.com/o19s/quepid/tree/main/docs/operating_documentation.md
PORT=3000
RACK_ENV=development
RAILS_ENV=development
MAX_THREADS=2
WEB_CONCURRENCY=2
# How often should SOLID_CABLE poll the database for new ActionCable messages.
# You may need to dial it back if you are overloading the database.
SOLID_CABLE_POLLING=0.1.seconds
# This makes Quepid run only on SSL, including all interactions
# with search engines on SSL. If FORCE_SSL is false, then Quepid will switch
# between http and https based on the url of the search engine for the main
# /case page.
FORCE_SSL=false
DB_HOST=mysql
DB_USERNAME=root
DB_PASSWORD=password
DB_NAME=quepid
QUEPID_GA=
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. Blank disables sending emails.
EMAIL_PROVIDER=
# The email address of the sender of emails, ie quepid@o19s.com.
EMAIL_SENDER=
# 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
# OAuth Settings
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
KEYCLOAK_REALM=quepid
KEYCLOAK_SITE=http://keycloak:9080