From 6438a23301e526cc209cff622c24b7517321a59c Mon Sep 17 00:00:00 2001 From: Lars Behrends Date: Fri, 10 Apr 2026 12:25:36 +0200 Subject: [PATCH] Update .env.example --- .env.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.env.example b/.env.example index 1bd9fd8..531854e 100644 --- a/.env.example +++ b/.env.example @@ -2,3 +2,16 @@ # 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" + +# 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=""