set insecure nats mode for docker dev

This commit is contained in:
sadnub
2023-11-22 23:40:47 -05:00
parent e9c1886cdd
commit c87c312349
2 changed files with 2 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ MESH_TOKEN_KEY = '${MESH_TOKEN}'
REDIS_HOST = '${REDIS_HOST}'
MESH_WS_URL = '${MESH_WS_URL}'
ADMIN_ENABLED = True
TRMM_INSECURE = True
EOF
)"