Skip to content

Commit

Permalink
fix docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias committed Jan 12, 2024
1 parent e57faef commit 7a7b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The `pgroll` CLI has the following top-level flags:
* `--schema`: The Postgres schema in which migrations will be run (default `"public"`).
* `--pgroll-schema`: The Postgres schema in which `pgroll` will store its internal state (default: `"pgroll"`).
* `--lock-timeout`: The Postgres `lock_timeout` value to use for all `pgroll` DDL operations, specified in milliseconds (default `500`).
* --role: The Postgres role to use for all `pgroll` DDL operations (default: `""`, which doesn't set any role).
* `--role``: The Postgres role to use for all `pgroll` DDL operations (default: `""`, which doesn't set any role).

Each of these flags can also be set via an environment variable:
* `PGROLL_PG_URL`
Expand Down

0 comments on commit 7a7b93d

Please sign in to comment.