Files
mystuff_frontend/.env.example
T
Lars Behrends 901b342871 test
2026-05-22 09:57:56 +02:00

23 lines
625 B
Bash

# APP_URL: The URL where this applet is hosted.
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
# Used for self-referential links, OAuth callbacks, and API endpoints.
APP_URL="MY_APP_URL"
# Backend API URL (Omnyx Backend)
# Default: http://localhost:3001 for local dev
# Change this if backend runs on different host/port
VITE_API_URL="http://localhost:3001"
# Importer Configurations
# XBVR Importer
VITE_XBVR_URL=""
# StashAPP Importer
VITE_STASHAPP_URL=""
VITE_STASHAPP_API_KEY=""
# Playnite Importer
VITE_PLAYNITE_IP="localhost"
VITE_PLAYNITE_PORT="19821"
VITE_PLAYNITE_API_TOKEN=""