23 lines
424 B
Plaintext
23 lines
424 B
Plaintext
IMAGE_REPO=tacticalrmm/
|
|
VERSION=latest
|
|
|
|
# tactical credentials (Used to login to dashboard)
|
|
TRMM_USER=tactical
|
|
TRMM_PASS=tactical
|
|
|
|
# dns settings
|
|
APP_HOST=rmm.example.com
|
|
API_HOST=api.example.com
|
|
MESH_HOST=mesh.example.com
|
|
|
|
# mesh settings
|
|
MESH_USER=tactical
|
|
MESH_PASS=tactical
|
|
MONGODB_USER=mongouser
|
|
MONGODB_PASSWORD=mongopass
|
|
MESH_PERSISTENT_CONFIG=0
|
|
|
|
# database settings
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASS=postgrespass
|