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
|