This repo is archived. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OctoLauncher/.env.example
T
OctoTeam 02bfea8f02
Build check / build (push) Has been cancelled
Initial commit
2026-05-07 19:31:21 -07:00

13 lines
633 B
Bash

# Local development override — copy this file to .env to use a local server.
# Only needed when running the dev backend (server/) against a local WoW client.
# For production builds, .env.production already points to https://octowow.st.
#
# Base URL of the client-distribution server (no trailing slash).
# Used for:
# manifest: ${MAIN_VITE_SERVER_URL}/api/file/<version>/manifest.json
# per-file: ${MAIN_VITE_SERVER_URL}/client/<version>/<path>
# addons: ${MAIN_VITE_SERVER_URL}/api/addons.json
# news: ${MAIN_VITE_SERVER_URL}/news.json
MAIN_VITE_SERVER_URL=http://localhost:5000
MAIN_VITE_CLIENT_VERSION=latest