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