From 1f6a093b7659841fd55543c03599454e51c3932d Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 6 Sep 2025 14:06:14 -0400 Subject: [PATCH] Added example .env file. --- .env.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..f3e25f3 --- /dev/null +++ b/.env.example @@ -0,0 +1,17 @@ +# DosVault Environment Configuration +# Copy this file to .env and fill in your values + +# IGDB API Credentials (required) +# Get these from https://dev.twitch.tv/console/apps +IGDB_CLIENT_ID=your_twitch_client_id_here +IGDB_SECRET_KEY=your_twitch_client_secret_here + +# ROM Directory Path +# Path to your ROM collection (will be mounted read-only in container) +ROMS_PATH=/path/to/your/roms + +# Application Settings (optional - can be configured via web interface) +# These are automatically derived from DOSFRONTEND_CONFIG_DIR in Docker +# DOSVAULT_HOST=localhost +# DOSVAULT_PORT=8080 +# DOSVAULT_WEBSOCKET_PORT=8081 \ No newline at end of file