Files
mystuff_frontend/.env.example
Lars Behrends 07c3270e12 backend env url
2026-04-10 14:32:54 +02:00

21 lines
513 B
Plaintext

# 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
VITE_API_URL="http://192.168.1.102:6400"
# 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=""