mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* use api config everywhere, default to localhost, ignore .env file, provide .env.dist * fix lint * make mapUrl configurable --------- Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
VITE_OPEN_COLLECTIVE_API_KEY=your_key
|
|
VITE_API_URL=http://localhost:8055/
|
|
#VITE_API_URL=https://api.utopia-lab.org
|
|
VITE_MAP_URL=http://local.development
|
|
#VITE_MAP_URL=CURRENT_WINDOW_LOCATION
|
|
VITE_VALIDATE_INVITE_FLOW_ID=01d61db0-25aa-4bfa-bc24-c6a8f208a455
|
|
VITE_REDEEM_INVITE_FLOW_ID=cc80ec73-ecf5-4789-bee5-1127fb1a6ed4
|