13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
# Demo: Portfolio Site - Environment Configuration
|
|
# Copy this to .env and fill in your values
|
|
|
|
# Directus Infrastructure URL
|
|
# For local: http://localhost:8055
|
|
# For Coolify: https://directus.yourdomain.com
|
|
DIRECTUS_URL=http://localhost:8055
|
|
|
|
# Public API URL (accessible from browser)
|
|
# For local: http://localhost:3000
|
|
# For Coolify: https://api.yourdomain.com
|
|
PUBLIC_API_URL=http://localhost:3000
|