feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30
@@ -4,8 +4,8 @@ import os
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
DOMAIN = os.getenv("DOMAIN", "dev.kovagoadi.hu")
|
DOMAIN = os.getenv("DOMAIN", "dev.kovagoadi.hu")
|
||||||
PORT = os.getenv("PORT", "898")
|
PORT = os.getenv("PORT", "10000")
|
||||||
HTTPS_PORT = os.getenv("HTTPS_PORT", "446")
|
HTTPS_PORT = os.getenv("HTTPS_PORT", "10001")
|
||||||
|
|
||||||
BASE_URL = f"http://127.0.0.1:{PORT}"
|
BASE_URL = f"http://127.0.0.1:{PORT}"
|
||||||
HTTPS_BASE_URL = f"https://127.0.0.1:{HTTPS_PORT}"
|
HTTPS_BASE_URL = f"https://127.0.0.1:{HTTPS_PORT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user