Merge pull request #514 from nikhilmaddirala/db_schema

Add database_schema to env-configuration.md
This commit is contained in:
Tim Jaeryang Baek 2025-04-28 02:56:47 -07:00 committed by GitHub
commit bb103d1b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`