From 101b4e0789a24bcd9e2ce9f60416c9d179fa1452 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Mon, 10 Jun 2024 16:31:06 +0100 Subject: [PATCH] The URL for the client has been updated to a new cloud server. --- .../mirror_internal/env_configs/official.cfg | 4 +- .../mirror_internal/env_configs/temp.cfg | 47 ------------------- 2 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 mirror-godot-app/addons/mirror_internal/env_configs/temp.cfg diff --git a/mirror-godot-app/addons/mirror_internal/env_configs/official.cfg b/mirror-godot-app/addons/mirror_internal/env_configs/official.cfg index 2e0285b3..93104726 100644 --- a/mirror-godot-app/addons/mirror_internal/env_configs/official.cfg +++ b/mirror-godot-app/addons/mirror_internal/env_configs/official.cfg @@ -31,8 +31,8 @@ env_name="official" auto_updater_bucket_uri="https://storage.googleapis.com/mirror_native_client_builds_prod/AutoUpdater" integration_test_ids={} base_url="https://in.themirror.space" -connection_server="https://api.themirror.space" -connection_server_ws="wss://api.themirror.space" +connection_server="https://mirror-web-server-mirror-official-pkmrhxu4na-uc.a.run.app" +connection_server_ws="wss://mirror-web-server-mirror-official-pkmrhxu4na-uc.a.run.app" landing_page_url="https://themirror.space" posthog_api_key="phc_wO5tr7Hle88gRKsDoQIybFqekqTctZ8nXmbokNsCv9b" mixpanel_api_key="c5e82051367277731c1b1cf0d46d9d57" diff --git a/mirror-godot-app/addons/mirror_internal/env_configs/temp.cfg b/mirror-godot-app/addons/mirror_internal/env_configs/temp.cfg deleted file mode 100644 index 898f2d59..00000000 --- a/mirror-godot-app/addons/mirror_internal/env_configs/temp.cfg +++ /dev/null @@ -1,47 +0,0 @@ -[feature_flags] -preview=true -hardcoded_servers=false -user_api_requests=false -show_advanced_settings=true -support_pck_uploads=false -map_builder=true -os_shell=false -suicide_keybinding=true -enable_space_listing_pages=true -the-mirror-tutorials=true -always_spin_up_local_server=true -check_version_on_start=false - -[editor] -run/main_run_args="" - -[debug_flags] -show_web_socket_debug=false - -[app_protocol] -enable_app_protocol=true -protocol_name="themirror" -socket_name=".themirror-prod.socket" - -[firebase] -environment_variables/apiKey="AIzaSyAyBah16MgNRJstmFE2BHWkgg-n-xXEWVk" -environment_variables/authDomain="the-mirror-backend-dev.firebaseapp.com" -environment_variables/projectId="the-mirror-backend-dev" -environment_variables/clientId="347945626382-04e3nul0h036h1cbqpdometn98q0kiu4.apps.googleusercontent.com" -environment_variables/cacheLocation="user://mirror.firebase_cache" - -[mirror_secrets] -WSS_SECRET="" - -[mirror] -env_name="dev" -auto_updater_bucket_uri="https://storage.googleapis.com/mirror_native_client_builds_prod/AutoUpdater" -integration_test_ids={} -base_url="https://dev-in.themirror.space" -connection_server="https://dev-api.themirror.space" -connection_server_ws="wss://dev-api.themirror.space" -landing_page_url="https://themirror.space" -posthog_api_key="phc_Gz7EZCoYouVnwEFCX1XKPHU4vHi0FTia5gUVKWQtPy1" -mixpanel_api_key="c5e82051367277731c1b1cf0d46d9d57" -asset_bucket="" -zone_server_port=27015