Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix local cfg comments creating a startup bug #218

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mirror-godot-app/addons/mirror_internal/env_configs/local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ env_name="local"
auto_updater_bucket_uri="http://localhost/updater"
integration_test_acct={"email": "[email protected]","password": "a_password_to_store_locally_dont_commit"}
integration_test_ids={"space_id": "62f688a9bae441a580fbf504", "asset_id": "62d20252deddd0883e1803e7", "terrain_id": "62e83a4ad1869493fbc329bf"}
base_url="https://in.themirror.space" # Link to the web app
connection_server="http://localhost:9000" # not using https for localhost; https should be used for a secure prod environment when deployed
connection_server_ws="ws://localhost:9000" # not using wss for localhost; wss should be used for a secure prod environment when deployed
base_url="https://in.themirror.space"
connection_server="http://localhost:9000"
connection_server_ws="ws://localhost:9000"
landing_page_url="https://themirror.space"
posthog_api_key="phc_Gz7EZCoYouVnwEFCX1XKPHU4vHi0FTia5gUVKWQtPy1"
mixpanel_api_key="c5e82051367277731c1b1cf0d46d9d57"
zone_server_port=27015
asset_bucket="" # Previously for voxel code; deprecated
asset_bucket=""
test_accounts=[{
"email": "[email protected]",
"password": "your_password_to_store_locally_dont_commit"
Expand Down
Loading