This commit is contained in:
bytecii 2026-02-10 03:30:04 -08:00
parent c279820c55
commit def8f1ef52
2 changed files with 4 additions and 5 deletions

View file

@ -1,10 +1,10 @@
VITE_BASE_URL=/api
VITE_PROXY_URL=https://dev.eigent.ai
VITE_USE_LOCAL_PROXY=false
# VITE_PROXY_URL=https://dev.eigent.ai
# VITE_USE_LOCAL_PROXY=false
# VITE_PROXY_URL=http://localhost:3001
# VITE_USE_LOCAL_PROXY=true
VITE_PROXY_URL=http://localhost:3001
VITE_USE_LOCAL_PROXY=true
# Dummy Stack Auth keys for local dev (enables StackProvider gating).
# Replace with real values from Stack dashboard when needed.

View file

@ -11,4 +11,3 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. =========