PhaseWeb3-Vue/.env.development
Trenton Zimmer 93c9732094
Some checks failed
Build / build (push) Has been cancelled
Major app refactor for V3.1.2.
This took way too long, but i finally fixed all of the bugs i created in making this update
2026-03-18 12:57:52 -04:00

9 lines
632 B
Plaintext

VITE_APP_VERSION="3.1.2"
VITE_API_URL="http://localhost:8000/"
VITE_API_KEY="your_api_key_should_be_here"
VITE_ASSET_PATH="/assets"
VITE_GAME_ASSET_PATH="https://cdn.phaseii.network/file/PhaseII/game-assets"
VITE_DISCORD_OAUTH_URL="https://discord.com/oauth2/authorize?client_id=947985989421395988&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A5173%2F%23%2Fprofile%2Fintegrate%2Fdiscord&scope=identify"
VITE_TACHI_OAUTH_URL="https://kamai.tachi.ac/oauth/request-auth?clientID=CIb72d1ff81fcfdc001ead8bde3a0ae1a7e0663a37"
VITE_DISCORD_URL="https://discord.gg/mNmjpX33cd"
VITE_DOCS_URL="https://docs.phaseii.network"