Skip to content

Commit d3897c3

Browse files
committed
Add BASE_URL env var to README
1 parent ccce992 commit d3897c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Configure the application using environment variables:
257257
|----------|---------|-------------|
258258
| `SERVER_HOST` | `0.0.0.0` | Server bind address |
259259
| `SERVER_PORT` | `8080` | Server port |
260+
| `BASE_URL` | `http://localhost:8080` | Public base URL for the API (used in frontend templates) |
260261
| `UPDATE_INTERVAL` | `6` | Database update interval (hours) |
261262
| `SSL_VERIFY_PEER` | `true` | Enable SSL certificate verification |
262263

0 commit comments

Comments
 (0)