-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 848 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (25 loc) · 848 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
TZ=Etc/UTC
OMADA_VERSION=6.2.10.17
# Required for network builds. Use the official TP-Link Linux .tar.gz artifact URL.
OMADA_URL=
# Optional when a trusted checksum is available.
OMADA_SHA256=
# Optional staged artifact under ./artifacts, for example:
# OMADA_ARTIFACT_PATH=Omada_SDN_Controller_v6.2.10.17_linux_x64.tar.gz
OMADA_ARTIFACT_PATH=
MONGO_ROOT_USER=omada_root
MONGO_ROOT_PASSWORD=change-this-root-password
OMADA_MONGO_USER=omada
OMADA_MONGO_PASSWORD=change-this-omada-password
OMADA_MONGO_BACKUP_USER=omada_backup
OMADA_MONGO_BACKUP_PASSWORD=change-this-backup-password
MONGO_CACHE_GB=0.5
JAVA_MIN_HEAP=128m
JAVA_MAX_HEAP=1024m
OMADA_MANAGE_HTTP_PORT=8088
OMADA_MANAGE_HTTPS_PORT=8043
OMADA_PORTAL_HTTP_PORT=8088
OMADA_PORTAL_HTTPS_PORT=8843
OMADA_UPGRADE_HTTPS_PORT=8043
OMADA_WEB_CONFIG_OVERRIDE=false
BACKUP_RETENTION_COUNT=7