first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user