Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ See the examples folder for details.
* `DBAGENT_USER` Database user (defaults to `dbagent`)
* `DBAGENT_PASSWORD` Database password (defaults to `dbagent`)
* `DBAGENT_SOCKET` Database server socket (if host/port is not used)
* `DBAGENT_SUPER_USER` Superuser name (postgres only)
* `DBAGENT_SUPER_DB` Superuser database (postgres only)
* `DBAGENT_SUPER_PASSWORD` Superuser password (postgres only)
* `DBAGENT_SUPER_USER` Superuser name
* `DBAGENT_SUPER_DB` Superuser database
* `DBAGENT_SUPER_PASSWORD` Superuser password
* `DBAGENT_WAIT_TIMEOUT_IN_SEC` Timeout in seconds before db:wait_server and db:wait give up
* `DBAGENT_VIEWPOINT` Bmg viewpoint (class name) when using db:flush
* `DBAGENT_MIGRATIONS_TABLE` The table containing the list of migrations (defaults to `schema_migrations`)
Expand Down