Add database_schema to env-configuration.md

This commit is contained in:
Nikhil Maddirala 2025-04-22 08:42:22 -07:00
parent a6958bdc8c
commit 2ff78d09f9

View File

@ -2908,6 +2908,12 @@ Documentation on the URL scheme is available available [here](https://docs.sqlal
:::
#### `DATABASE_SCHEMA`
- Type: `str`
- Default: `None`
- Description: Specifies the database schema to connect to.
#### `DATABASE_POOL_SIZE`
- Type: `int`