We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BASE_URL
1 parent ccce992 commit d3897c3Copy full SHA for d3897c3
1 file changed
README.md
@@ -257,6 +257,7 @@ Configure the application using environment variables:
257
|----------|---------|-------------|
258
| `SERVER_HOST` | `0.0.0.0` | Server bind address |
259
| `SERVER_PORT` | `8080` | Server port |
260
+| `BASE_URL` | `http://localhost:8080` | Public base URL for the API (used in frontend templates) |
261
| `UPDATE_INTERVAL` | `6` | Database update interval (hours) |
262
| `SSL_VERIFY_PEER` | `true` | Enable SSL certificate verification |
263
0 commit comments