tacticalrmm/docker/.env.example

36 lines
660 B
Plaintext
Raw Normal View History

2020-11-20 04:34:50 +00:00
IMAGE_REPO=tacticalrmm/
2022-04-13 16:14:40 +00:00
VERSION=latest
2020-02-12 16:18:43 +00:00
2020-11-18 03:55:13 +00:00
# tactical credentials (Used to login to dashboard)
TRMM_USER=tactical
TRMM_PASS=tactical
2024-11-16 19:28:28 +00:00
# optional web port override settings
TRMM_HTTP_PORT=80
TRMM_HTTPS_PORT=443
2020-11-18 03:55:13 +00:00
# dns settings
APP_HOST=rmm.example.com
2020-11-18 04:39:03 +00:00
API_HOST=api.example.com
MESH_HOST=mesh.example.com
2020-11-18 03:55:13 +00:00
# mesh settings
2021-01-15 19:13:55 +00:00
MESH_USER=tactical
MESH_PASS=tactical
MONGODB_USER=mongouser
MONGODB_PASSWORD=mongopass
MESH_PERSISTENT_CONFIG=0
2020-11-18 03:55:13 +00:00
# database settings
2020-02-12 16:18:43 +00:00
POSTGRES_USER=postgres
2020-11-18 03:55:13 +00:00
POSTGRES_PASS=postgrespass
2024-07-27 16:29:08 +00:00
2024-07-27 16:33:20 +00:00
# disable web terminal
2024-07-27 16:29:08 +00:00
TRMM_DISABLE_WEB_TERMINAL=False
2024-07-27 16:33:20 +00:00
# disable server side scripts
2024-07-27 16:29:08 +00:00
TRMM_DISABLE_SERVER_SCRIPTS=False
2024-11-16 19:28:28 +00:00
# disable sso
TRMM_DISABLE_SSO=False