diff --git a/docker/web_service/config.py b/docker/web_service/config.py index ef153e9..f7dce99 100644 --- a/docker/web_service/config.py +++ b/docker/web_service/config.py @@ -52,7 +52,7 @@ legacy_passphrase = 'passw0rd' # Coordinates to center map over center_map = [00.000, -000.0000] # Default map zoom level -map_zoom = 10 +map_zoom = 1 # Passphrase calculation config. If REMOTE_CONFIG is not used in your DMR server config # (hblink.cfg), then the values in section [USER_MANAGER] MUST match the values below. diff --git a/docker/web_service/hbnet.sqlite b/docker/web_service/hbnet.sqlite index 191e10f..84a2328 100644 Binary files a/docker/web_service/hbnet.sqlite and b/docker/web_service/hbnet.sqlite differ diff --git a/web/docker/config.py b/web/docker/config.py index ef153e9..f7dce99 100644 --- a/web/docker/config.py +++ b/web/docker/config.py @@ -52,7 +52,7 @@ legacy_passphrase = 'passw0rd' # Coordinates to center map over center_map = [00.000, -000.0000] # Default map zoom level -map_zoom = 10 +map_zoom = 1 # Passphrase calculation config. If REMOTE_CONFIG is not used in your DMR server config # (hblink.cfg), then the values in section [USER_MANAGER] MUST match the values below. diff --git a/web/docker/hbnet.sqlite b/web/docker/hbnet.sqlite index 191e10f..84a2328 100644 Binary files a/web/docker/hbnet.sqlite and b/web/docker/hbnet.sqlite differ