mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
PROD_URL = "https://api.example.com"
|
|
DEV_URL = "https://api.example.com"
|
|
APP_URL = "https://app.example.com"
|
|
DEV_HOST = 0.0.0.0
|
|
DEV_PORT = 80
|
|
USE_HTTPS = false
|