Add sample server env file

This commit is contained in:
Jage9
2026-03-08 20:56:41 -04:00
parent 78bc931cce
commit 6368187ee4
3 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ Before starting the service, set `CHGRID_HOST_ORIGIN` in `server/.env` to the ex
CHGRID_HOST_ORIGIN=https://example.com
```
The expected env shape is also shown in [server/.env.sample](/home/jjm/code/chgrid/server/.env.sample).
## 3) Publish Client
```bash