tacticalrmm/docker/.env.example

22 lines
409 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
MESH_USER=meshcentral
MESH_PASS=meshcentralpass
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