We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c5a623 + 21f33ec commit 131e5f1Copy full SHA for 131e5f1
infrastructure/aws/cdk/config.py
@@ -117,9 +117,10 @@ class eoVectorSettings(BaseSettings):
117
class eoStacBrowserSettings(BaseSettings):
118
"""STAC browser settings"""
119
120
- stac_browser_github_tag: None | str = "v3.1.0"
121
- stac_catalog_url: None | str = None
122
- config_file_path: None | str = "browser_config.js"
+ stac_browser_github_tag: str = "v3.1.0"
+ stac_catalog_url: str
+ config_file_path: str = "browser_config.js"
123
+
124
model_config = {
125
"env_prefix": "CDK_EOAPI_BROWSER_",
126
"env_file": ".env",
0 commit comments