11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
|
|
# Environment Variables
|
||
|
|
|
||
|
|
# Site URL (for SEO and sitemap)
|
||
|
|
SITE_URL=http://localhost:4321
|
||
|
|
|
||
|
|
# Server Configuration
|
||
|
|
HOST=localhost
|
||
|
|
PORT=4321
|
||
|
|
|
||
|
|
# API endpoints (for future backend integration)
|
||
|
|
# API_URL=https://api.longde.cloud
|