Update .env.example
This commit is contained in:
13
.env.example
13
.env.example
@@ -2,3 +2,16 @@
|
|||||||
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
|
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
|
||||||
# Used for self-referential links, OAuth callbacks, and API endpoints.
|
# Used for self-referential links, OAuth callbacks, and API endpoints.
|
||||||
APP_URL="MY_APP_URL"
|
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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user