Skip to content

Commit 3cc07cc

Browse files
authored
Document DUCKDB_HTTPSERVER_FOREGROUND
1 parent 80f7eba commit 3cc07cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ LOAD httpserver;
3333

3434
### 🔌 Usage
3535
Start the HTTP server providing the `host`, `port` and `auth` parameters.<br>
36-
> If you want no authhentication, just pass an empty string.
36+
> * If you want no authhentication, just pass an empty string as parameter.<br>
37+
> * If you want the API run in foreground set `DUCKDB_HTTPSERVER_FOREGROUND=1`
3738
3839
#### Basic Auth
3940
```sql

0 commit comments

Comments
 (0)