fix: add env.example and docs

This commit is contained in:
Anish Sarkar 2026-01-15 21:59:59 +05:30
parent 52f2aac54e
commit 802419502d
2 changed files with 2 additions and 2 deletions

View file

@ -108,6 +108,7 @@ POSTGRES_DB=surfsense
POSTGRES_HOST=db
ELECTRIC_DB_USER=electric
ELECTRIC_DB_PASSWORD=electric_password
NEXT_PUBLIC_ELECTRIC_URL=http://localhost:5133
```
> **Note:** Set `POSTGRES_HOST=db` for Docker PostgreSQL, or `POSTGRES_HOST=host.docker.internal` for local PostgreSQL.