Skip to content

Commit

Permalink
docs(deployment): add enable manual migrations environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tadejgolobic committed Mar 30, 2024
1 parent f8d6b57 commit 42d4eb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Now, the Admin UI can be found on localhost:3010.
| `WEBHOOK_WORKERS` | backend.workers.webhook | `1` | number of workers processing webhook events |
| `WEBHOOK_WORKER_IDLE` | backend.workerIdle | `200` | time in milliseconds that WEBHOOK_WORKERS will wait until they check an empty webhook event queue again |
| `WITHDRAWAL_THROTTLE_DELAY` | backend.withdrawalThrottleDelay | `undefined` | delay in liquidity withdrawal processing |
| `ENABLE_MANUAL_MIGRATIONS` | backend.enableManualMigrations | `false` | When set to true, user needs to run database manually with command `npm run knex -- migrate:latest --env production` |

#### Auth

Expand All @@ -129,6 +130,7 @@ Now, the Admin UI can be found on localhost:3010.
| `QUOTE_INTERACTION` | auth.interaction.quote | `false` | flag - quote grants are interactive or not |
| `TRUST_PROXY` | | `false` | flag to use X-Forwarded-Proto header to determine if connections is secure |
| `WAIT_SECONDS` | auth.grant.waitSeconds | `5` | wait time included in grant request response (`grant.continue`) |
| `ENABLE_MANUAL_MIGRATIONS` | auth.enableManualMigrations | `false` | When set to true, user needs to run database manually with command `npm run knex -- migrate:latest --env production` |

#### Frontend

Expand Down

0 comments on commit 42d4eb6

Please sign in to comment.