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
|
||||
DOMAIN = os.getenv("DOMAIN", "dev.kovagoadi.hu")
|
||||
PORT = os.getenv("PORT", "10000")
|
||||
HTTPS_PORT = os.getenv("HTTPS_PORT", "10001")
|
||||
PORT = os.getenv("PORT", "898")
|
||||
HTTPS_PORT = os.getenv("HTTPS_PORT", "446")
|
||||
|
||||
BASE_URL = f"http://127.0.0.1:{PORT}"
|
||||
HTTPS_BASE_URL = f"https://127.0.0.1:{HTTPS_PORT}"
|
||||
|
||||
Reference in New Issue
Block a user