15 lines
285 B
Plaintext
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
|