Files
2026-05-22 11:46:43 +02:00

16 lines
351 B
Bash

# Copy this file to .env.local and fill in your values
# .env.local is git-ignored
# Admin portal base URL (no trailing slash)
BASE_URL=https://pbx.local:4443
# Download / software repository portal URL
REPO_URL=https://repo.pbx.local/downloads
# Admin credentials
ADMIN_USER=admin
ADMIN_PASSWORD=changeme
# Optional: CI environment flag
CI=false