You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_dc/deploy_cloud.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ All of the deployment options you can configure are listed in [deploy/terraform-
112
112
|`dc_data_job_image`|`gcr.io/datcom-ci/datacommons-data:stable`| Specifies the image for the Docker data management container. You may wish to set it to `gcr.io/datcom-ci/datacommons-data:latest`. |
113
113
|`dc_web_service_image`|`gcr.io/datcom-ci/datacommons-services:stable`| Specifies the image for the Docker services container. You will want to change this to a custom image once you have created it in [Upload a custom Docker image](#upload). |
114
114
|`make_dc_web_service_public`|`true`| If you intend to restrict access to your instance, set this to `false`. |
115
+
|`disable_google_maps`|`false`| If you want to disable showing Google Maps in the website, set this to `true`. |
115
116
116
117
Other recommended settings for a production environment are provided in [Launch your Data Commons](launch_cloud.md#create-env).
0 commit comments