chore: update docs
dae5f16f
2 file(s) · +4 −1
| 22 | 22 | | `CELLAR_PASSWORD` | Password for login authentication | `changeme` | |
|
| 23 | 23 | | `CELLAR_DB_PATH` | SQLite database file path | `cellar.sqlite` | |
|
| 24 | 24 | | `ANTHROPIC_API_KEY` | Anthropic API key for AI features | | |
|
| 25 | + | | `SITE_URL` | Public URL for RSS feed and links | `http://localhost:3000` | |
|
| 26 | + | | `SITE_TITLE` | Site title for RSS feed and metadata | `Cellar` | |
|
| 27 | + | | `SITE_DESCRIPTION` | Site description for RSS feed and metadata | `Personal wine tasting log` | |
|
| 25 | 28 | | `HOST` | Server bind address | `127.0.0.1` | |
|
| 26 | 29 | | `PORT` | Server port | `3000` | |
|
| 27 | 30 | | `COOKIE_SECURE` | Enable HTTPS-only cookies | `false` | |
| 24 | 24 | | Variable | Description | Default | |
|
| 25 | 25 | |---|---|---| |
|
| 26 | 26 | | `APP_PASSWORD` | Password for login authentication | *required* | |
|
| 27 | - | | `PARCELS_DB_PATH` | SQLite database file path | `parcels.db` | |
|
| 28 | 27 | | `USPS_CLIENT_ID` | USPS OAuth2 client ID | *required* | |
|
| 29 | 28 | | `USPS_CLIENT_SECRET` | USPS OAuth2 client secret | *required* | |
|
| 29 | + | | `HOST` | Server bind address | `0.0.0.0` | |
|
| 30 | 30 | | `PORT` | Server port | `3000` | |
|
| 31 | 31 | | `COOKIE_SECURE` | Enable HTTPS-only cookies | `false` | |
|
| 32 | 32 |