feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30
@@ -3,7 +3,7 @@ import requests
|
||||
import os
|
||||
|
||||
# Configuration
|
||||
DOMAIN = os.getenv("DOMAIN", "dev.kovagoadi.hu")
|
||||
DOMAIN = os.getenv("DOMAIN", "asdasd.kovagoadi.hu")
|
||||
PORT = os.getenv("PORT", "10000")
|
||||
HTTPS_PORT = os.getenv("HTTPS_PORT", "10001")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user