Add base kubernetes support final
This commit is contained in:
@@ -39,14 +39,14 @@ class Settings:
|
||||
REDIS_URL: str = os.getenv("REDIS_URL", "redis://localhost:6379/0")
|
||||
|
||||
# External service URLs
|
||||
GATEWAY_URL: str = os.getenv("GATEWAY_URL", "http://gateway:8000")
|
||||
GATEWAY_URL: str = os.getenv("GATEWAY_URL", "http://gateway-service:8000")
|
||||
INVENTORY_SERVICE_URL: str = os.getenv(
|
||||
"INVENTORY_SERVICE_URL",
|
||||
"http://inventory:8000"
|
||||
"http://inventory-service:8000"
|
||||
)
|
||||
SALES_SERVICE_URL: str = os.getenv(
|
||||
"SALES_SERVICE_URL",
|
||||
"http://sales:8000"
|
||||
"http://sales-service:8000"
|
||||
)
|
||||
|
||||
# Authentication
|
||||
|
||||
Reference in New Issue
Block a user