Start integrating the onboarding flow with backend 3
This commit is contained in:
@@ -125,6 +125,7 @@ class BaseServiceSettings(BaseSettings):
|
||||
NOTIFICATION_SERVICE_URL: str = os.getenv("NOTIFICATION_SERVICE_URL", "http://notification-service:8000")
|
||||
PRODUCTION_SERVICE_URL: str = os.getenv("PRODUCTION_SERVICE_URL", "http://bakery-production-service:8000")
|
||||
ORDERS_SERVICE_URL: str = os.getenv("ORDERS_SERVICE_URL", "http://bakery-orders-service:8000")
|
||||
SUPPLIERS_SERVICE_URL: str = os.getenv("SUPPLIERS_SERVICE_URL", "http://bakery-suppliers-service:8000")
|
||||
NOMINATIM_SERVICE_URL: str = os.getenv("NOMINATIM_SERVICE_URL", "http://nominatim:8080")
|
||||
|
||||
# HTTP Client Settings
|
||||
@@ -338,6 +339,7 @@ class BaseServiceSettings(BaseSettings):
|
||||
"notification": self.NOTIFICATION_SERVICE_URL,
|
||||
"production": self.PRODUCTION_SERVICE_URL,
|
||||
"orders": self.ORDERS_SERVICE_URL,
|
||||
"suppliers": self.SUPPLIERS_SERVICE_URL,
|
||||
}
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user