-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.sample
37 lines (30 loc) · 985 Bytes
/
.env.sample
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
# all these settings are configured for the DevContainer by default. Use this example file to override the defaults.
SIHL_ENV=development
VERSION=dev
PUBLIC_URL=http://localhost:3000
DATABASE_URL=mariadb://[email protected]:3316/development
DATABASE_URL_TENANT_ONE=mariadb://[email protected]:3317/test_econ
DATABASE_URL_TENANT_TWO=mariadb://[email protected]:3317/test_zhaw
DATABASE_SKIP_DEFAULT_POOL_CREATION=true
DATABASE_CHOOSE_POOL=root
OPAMSOLVERTIMEOUT=180
EMAIL_RATE_LIMIT=100
MATCHER_MAX_CAPACITY=80
MATCHER_RUN=false
# Mail intercept
# Matcher service
EMAIL_RATE_LIMIT=100
MATCHER_MAX_CAPACITY=80
MATCHER_RUN=false
# Exception Notifier
GITLAB_TOKEN="Access token to the gitlab project"
GITLAB_API_BASE="https://gitlab.com/api/v4"
GITLAB_PROJECT_ID=1
GITLAB_PROJECT_NAME="pool-tool"
# System events
SYSTEM_EVENTS_RUN=false
# GTX text messages
TEXT_MESSAGE_BYPASS_INTERCEPT=false