16 lines
351 B
Bash
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
|