Files
AppStore/.env.example
2026-04-11 11:40:44 -05:00

15 lines
285 B
Plaintext

# Web UI password
ADMIN_PASSWORD=changeme
# API upload token (use for CLI/automation uploads)
API_TOKEN=changeme-generate-a-real-token
# Session secret
SESSION_SECRET=changeme-random-string
# Base URL (your domain with https)
BASE_URL=https://appstore.example.com
# Port
PORT=3000