Skip to content

Commit

Permalink
Update variables for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Dec 20, 2024
1 parent 65b0466 commit b7702a1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
34 changes: 31 additions & 3 deletions console-ui/config.prod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_NAME": "FilmDrop Console",
"APP_NAME": "Model My Watershed FilmDrop Console",
"PUBLIC_URL": "https://console.modelmywatershed.org",
"LOGO_URL": "./logo.png",
"LOGO_ALT": "FilmDrop Console Logo",
Expand All @@ -20,15 +20,43 @@
"io-10m-annual-lulc": {
"assets": [
"supercell"
]
],
"colormap": {
"0": "#000000",
"1": "#419bdf",
"2": "#397d49",
"3": "#000000",
"4": "#7a87c6",
"5": "#e49635",
"6": "#000000",
"7": "#c4281b",
"8": "#a59b8f",
"9": "#a8ebff",
"10": "#616161",
"11": "#e3e2c3"
}
}
},
"MOSAIC_TILER_URL": "https://tiler.modelmywatershed.org",
"MOSAIC_TILER_PARAMS": {
"io-10m-annual-lulc": {
"assets": [
"supercell"
]
],
"colormap": {
"0": "#000000",
"1": "#419bdf",
"2": "#397d49",
"3": "#000000",
"4": "#7a87c6",
"5": "#e49635",
"6": "#000000",
"7": "#c4281b",
"8": "#a59b8f",
"9": "#a8ebff",
"10": "#616161",
"11": "#e3e2c3"
}
}
},
"SHOW_BRAND_LOGO": true,
Expand Down
2 changes: 1 addition & 1 deletion console-ui/config.staging.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_NAME": "Model My Watershet FilmDrop Console",
"APP_NAME": "Model My Watershed FilmDrop Console",
"PUBLIC_URL": "https://console.staging.modelmywatershed.org",
"LOGO_URL": "./logo.png",
"LOGO_ALT": "FilmDrop Console Logo",
Expand Down
2 changes: 1 addition & 1 deletion prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The following variables are global to the FilmDrop infrastructure stack
environment = "prod"
project_name = "mmw"
domain_zone = "REPLACE_ME"
domain_zone = "Z2IL9F9SQ608FV"
s3_access_log_bucket = ""
s3_logs_archive_bucket = ""

Expand Down

0 comments on commit b7702a1

Please sign in to comment.