Initial commit: iOS OTA app store
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user