internal 0.1.89__py3-none-any.whl → 0.1.90__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of internal might be problematic. Click here for more details.

internal/base_config.py CHANGED
@@ -34,15 +34,15 @@ class BaseConfig(BaseSettings):
34
34
  DATABASE_CONNECT_TIMEOUT_MS: int = 10000
35
35
 
36
36
  # Micro Service
37
- AUTH_BASE_URL: str = "http://auth-service-api"
38
- ORGANIZATION_BASE_URL: str = "http://organization-service-api"
39
- CUSTOMER_BASE_URL: str = "http://customer-service-api"
40
- CAR_BASE_URL: str = "http://car-service-api"
41
- RELATIONSHIP_MANAGEMENT_BASE_URL: str = "http://relationship-management-service-api"
42
- TICKET_BASE_URL: str = "http://ticket-service-api"
43
- NOTIFY_BASE_URL: str = "http://notify-service-api"
44
- THIRD_PARTY_BASE_URL: str = "http://third-party-service-api"
45
- SCHEDULER_BASE_URL: str = "http://scheduler-service-api"
37
+ AUTH_BASE_URL: str = "http://auth-service-api:5000"
38
+ ORGANIZATION_BASE_URL: str = "http://organization-service-api:5000"
39
+ CUSTOMER_BASE_URL: str = "http://customer-service-api:5000"
40
+ CAR_BASE_URL: str = "http://car-service-api:5000"
41
+ RELATIONSHIP_MANAGEMENT_BASE_URL: str = "http://relationship-management-service-api:5000"
42
+ TICKET_BASE_URL: str = "http://ticket-service-api:5000"
43
+ NOTIFY_BASE_URL: str = "http://notify-service-api:5000"
44
+ THIRD_PARTY_BASE_URL: str = "http://third-party-service-api:5000"
45
+ SCHEDULER_BASE_URL: str = "http://scheduler-service-api:5000"
46
46
 
47
47
  class Config:
48
48
  case_sensitive = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: internal
3
- Version: 0.1.89
3
+ Version: 0.1.90
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -1,5 +1,5 @@
1
1
  internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- internal/base_config.py,sha256=lXIlo5Q8gDXFgGa99zcr2-A4C9d46fdqDfVIC3PvJB8,1534
2
+ internal/base_config.py,sha256=qec5aJU_lPaMXp1G3Q_J6Hy_hPsFHkERdbACzdR-HXs,1579
3
3
  internal/base_factory.py,sha256=dQoRPpmT7jrRV80sHqYykSJkrweTH2hrwQMXo-lIfXY,7010
4
4
  internal/common_enum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  internal/common_enum/contact_type.py,sha256=uwZjxImXltMmfoAbe-1IeK3ry-p_wJ-wPPWR6NB7WXM,142
@@ -22,6 +22,6 @@ internal/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  internal/model/base_model.py,sha256=svULVdROpcnmTyhIbZ7M6pn40vhb_qIZ5W2CEyuEWZE,3002
23
23
  internal/model/operate.py,sha256=luEoP_Asvso_11qz1SAE1Kn5KxAnDRptM0VylC5tNik,1493
24
24
  internal/utils.py,sha256=0SubS0iUhDvjSX1F4TykasA5-enYJzt2VH-f7_0BnjI,1509
25
- internal-0.1.89.dist-info/METADATA,sha256=_4e8f2P41TVoJyVu1r7pwjMNIYR0eB787CP71MUSQog,625
26
- internal-0.1.89.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
27
- internal-0.1.89.dist-info/RECORD,,
25
+ internal-0.1.90.dist-info/METADATA,sha256=GbQppkn4yvlIUDfpKJtsg4dZMileAyPFjswYYDFvwME,625
26
+ internal-0.1.90.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
27
+ internal-0.1.90.dist-info/RECORD,,