Skip to content

Commit f231fb0

Browse files
committed
add default browser to gitignore, along with the compiled browser code
1 parent edcfeb4 commit f231fb0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ node_modules/
113113

114114
# Demo files to ignore
115115
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/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class eoStacBrowserSettings(BaseSettings):
119119

120120
stac_browser_github_tag: None | str = "v3.1.0"
121121
stac_catalog_url: None | str = None
122-
config_file_path: None | str = None
122+
config_file_path: None | str = "browser_config.js"
123123
model_config = {
124124
"env_prefix": "CDK_EOAPI_BROWSER_",
125125
"env_file": ".env",

0 commit comments

Comments
 (0)