From b63e1a9db0ad94128893d86caa2108258ae447f0 Mon Sep 17 00:00:00 2001 From: octoadmin Date: Fri, 8 May 2026 04:53:26 +0000 Subject: [PATCH] Update .env.example --- .env.example | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.env.example b/.env.example index b7bf0b5..ea9f6ee 100644 --- a/.env.example +++ b/.env.example @@ -1,12 +1,2 @@ -# 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//manifest.json -# per-file: ${MAIN_VITE_SERVER_URL}/client// -# 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