introduce VITE_HOST env var and pass it to the node watcher vite --host

This commit is contained in:
summersamara
2023-11-23 15:33:31 +01:00
parent 970597876b
commit bfb7e3ca40
4 changed files with 7 additions and 4 deletions

View File

@@ -22,3 +22,6 @@ MOBILIZON_SMTP_PORT=25
MOBILIZON_SMTP_USERNAME=noreply@mobilizon.lan
MOBILIZON_SMTP_PASSWORD=password
MOBILIZON_SMTP_SSL=false
# When using docker for development, VITE_HOST must be set to 0.0.0.0
VITE_HOST=localhost