Skip to content

Commit

Permalink
Add description of disableMigration option in document
Browse files Browse the repository at this point in the history
  • Loading branch information
0417taehyun committed Nov 4, 2024
1 parent 35d888a commit 74e1b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/using-unleash/deploy/configuring-unleash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Unleash options' `db` object.
| `pool.idleTimeoutMillis` | `DATABASE_POOL_IDLE_TIMEOUT_MS` | 30000 | The amount of time (in milliseconds) that a connection must be idle for before it is marked as a candidate for eviction. |
| `applicationName` | `DATABASE_APPLICATION_NAME` | `unleash` | The name of the application that created this Client instance. |
| `schema` | `DATABASE_SCHEMA` | `public` | The schema to use in the database. |
| `disableMigration` | `DATABASE_DISABLE_MIGRATION` | false | The option not to use database migration. |

Alternatively, you can use a
single-host [libpq connection string](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING) to
Expand Down

0 comments on commit 74e1b17

Please sign in to comment.