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
|
2020-04-19 21:54:27 +00:00
|
|
|
MONGODB_USER=mongouser
|
|
|
|
MONGODB_PASSWORD=mongopass
|
|
|
|
|
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
|