tacticalrmm/docker/.env.example

23 lines
424 B
Plaintext
Raw Normal View History

2020-11-20 04:34:50 +00:00
IMAGE_REPO=tacticalrmm/
2020-11-18 03:55:13 +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
# dns settings
2020-11-18 04:39:03 +00:00
APP_HOST=app.example.com
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