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.
1 parent edcfeb4 commit f231fb0Copy full SHA for f231fb0
.gitignore
@@ -113,3 +113,8 @@ node_modules/
113
114
# Demo files to ignore
115
demo/cmip6/CMIP6_daily_*stac_items.ndjson
116
+
117
118
+# browser compiled code and default config
119
+infrastructure/aws/stac-browser
120
+infrastructure/aws/browser_config.js
infrastructure/aws/cdk/browser_config.example.js renamed to infrastructure/aws/browser_config.example.js
infrastructure/aws/cdk/config.py
@@ -119,7 +119,7 @@ class eoStacBrowserSettings(BaseSettings):
stac_browser_github_tag: None | str = "v3.1.0"
121
stac_catalog_url: None | str = None
122
- config_file_path: None | str = None
+ config_file_path: None | str = "browser_config.js"
123
model_config = {
124
"env_prefix": "CDK_EOAPI_BROWSER_",
125
"env_file": ".env",
0 commit comments