10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
|
# Application Settings
|
||
|
|
APP_NAME=Cosmo - Deep Space Explorer
|
||
|
|
API_PREFIX=/api
|
||
|
|
|
||
|
|
# CORS Settings (comma-separated list)
|
||
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:3000
|
||
|
|
|
||
|
|
# Cache Settings
|
||
|
|
CACHE_TTL_DAYS=3
|