-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
43 lines (34 loc) · 804 Bytes
/
.env.example
File metadata and controls
43 lines (34 loc) · 804 Bytes
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
# Environment configuration for LB Planner
# Moodle server URL
MOODLE_ENDPOINT=http://localhost:6000
# LB Planner website URL
LB_PLANNER_ENDPOINT=http://localhost:6008
# Data refresh intervals (in milliseconds)
REFRESH_INTERVAL=10000
IMPORTANT_REFRESH_INTERVAL=500
LESS_IMPORTANT_REFRESH_INTERVAL=300000
# Sentry configuration
SENTRY_DSN=
# Application Versioning
APP_NAME="LB Planer"
MAJOR_VERSION=
MINOR_VERSION=
PATCH_VERSION=
BUILD_NUMBER=
BUILD_CHANNEL=canary
RELEASE_DATE=
PATCH_NOTES=
# PostHog
POSTHOG_API_KEY=
POSTHOG_HOST=
PRIVACY_POLICY_URL=
# Echidna License Server
ECHIDNA_CLIENT_KEY=
ECHIDNA_CLIENT_ID=
ECHIDNA_HOST=
CALENDAR_PLAN_FEATURE_ID=
# `msix`, `dmg`, `appImage`, `aur`, `web`
DISTRIBUTION_TYPE=
# For web hosting using docker (leave empty otherwise)
PORT=8080
BASE_HREF=/