8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
|
|
# Frontend - Vite Allowed Hosts
|
||
|
|
# Comma-separated list of allowed hostnames
|
||
|
|
# Use 'all' to allow all hosts (NOT recommended for production)
|
||
|
|
VITE_ALLOWED_HOSTS=localhost,spotlight.cam,.spotlight.cam
|
||
|
|
|
||
|
|
# Alternative: Allow all hosts (development only)
|
||
|
|
# VITE_ALLOWED_HOSTS=all
|