maleo-foundation 0.3.19__py3-none-any.whl → 0.3.23__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.
- maleo_foundation/models/transfers/general/settings.py +2 -2
- {maleo_foundation-0.3.19.dist-info → maleo_foundation-0.3.23.dist-info}/METADATA +1 -1
- {maleo_foundation-0.3.19.dist-info → maleo_foundation-0.3.23.dist-info}/RECORD +5 -5
- {maleo_foundation-0.3.19.dist-info → maleo_foundation-0.3.23.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.3.19.dist-info → maleo_foundation-0.3.23.dist-info}/top_level.txt +0 -0
@@ -65,7 +65,7 @@ class Settings(BaseSettings):
|
|
65
65
|
# Define static configurations path if necessary
|
66
66
|
static_configurations_path: BaseTypes.OptionalString = values.get("STATIC_CONFIGURATIONS_PATH", None)
|
67
67
|
if use_local_static_configurations and static_configurations_path is None:
|
68
|
-
values["STATIC_CONFIGURATIONS_PATH"] = f"/configurations/maleo-static-configurations-{environment}"
|
68
|
+
values["STATIC_CONFIGURATIONS_PATH"] = f"/static-configurations/maleo-static-configurations-{environment}.yaml"
|
69
69
|
|
70
70
|
# Define and check use local runtime configurations
|
71
71
|
use_local_runtime_configurations: BaseTypes.OptionalBoolean = values.get("USE_LOCAL_RUNTIME_CONFIGURATIONS", None)
|
@@ -75,7 +75,7 @@ class Settings(BaseSettings):
|
|
75
75
|
# Define runtime configurations path if necessary
|
76
76
|
runtime_configurations_path: BaseTypes.OptionalString = values.get("RUNTIME_CONFIGURATIONS_PATH", None)
|
77
77
|
if use_local_runtime_configurations and runtime_configurations_path is None:
|
78
|
-
values["RUNTIME_CONFIGURATIONS_PATH"] = f"/configurations/{service_key}-runtime-configurations-{environment}"
|
78
|
+
values["RUNTIME_CONFIGURATIONS_PATH"] = f"/runtime-configurations/{service_key}-runtime-configurations-{environment}.yaml"
|
79
79
|
|
80
80
|
return values
|
81
81
|
|
@@ -68,7 +68,7 @@ maleo_foundation/models/transfers/general/credentials.py,sha256=kLS0ymFipQmL3QaA
|
|
68
68
|
maleo_foundation/models/transfers/general/database.py,sha256=bFNPd-1x3jNHPscwCk0besnpwartAeLY2e5PfKVyI4M,1201
|
69
69
|
maleo_foundation/models/transfers/general/key.py,sha256=S37SqD3qwTbgMk7785hW7Kl9d4Kouh4uPZcGoyMQ_-Q,755
|
70
70
|
maleo_foundation/models/transfers/general/request.py,sha256=xOeBbtXygK5P6DxPyf3C4LIH3nb262tqWsgvALB4yfQ,1792
|
71
|
-
maleo_foundation/models/transfers/general/settings.py,sha256=
|
71
|
+
maleo_foundation/models/transfers/general/settings.py,sha256=K2gQDBPRqCXGrivKZJuGiyE1mBncGbDJFKg9Lon0Q8k,4114
|
72
72
|
maleo_foundation/models/transfers/general/signature.py,sha256=J9xQy2HjpCQOnES7RJqsUnDgjFPuakQ1mxyfdTdstSE,297
|
73
73
|
maleo_foundation/models/transfers/general/token.py,sha256=PU-_wLFaY2i8pwRi9-jlk4nh7XzoTKOk0BEsUCGbD80,4979
|
74
74
|
maleo_foundation/models/transfers/general/configurations/__init__.py,sha256=DMiBLOnA4Ye2q0-n0EyUU6U8YbpyqRn1l_vl4kuMKAI,2042
|
@@ -133,7 +133,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
133
133
|
maleo_foundation/utils/loaders/credential/google.py,sha256=ZglnLdW3lHmaKER4mwGe5N5ERus-bdsamfpwGmQYPIo,6344
|
134
134
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
135
135
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
136
|
-
maleo_foundation-0.3.
|
137
|
-
maleo_foundation-0.3.
|
138
|
-
maleo_foundation-0.3.
|
139
|
-
maleo_foundation-0.3.
|
136
|
+
maleo_foundation-0.3.23.dist-info/METADATA,sha256=3H2A66vb8aerq9yrPSCWstkDSk_ujy5awgMqXpTPVGA,3740
|
137
|
+
maleo_foundation-0.3.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
138
|
+
maleo_foundation-0.3.23.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
139
|
+
maleo_foundation-0.3.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|