Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/development/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ psql postgresql://postgres.dev_tenant:postgres@localhost:6543/postgres
> multi-tenancy on a single IP address.

As a general note, if you are not using the `Makefile` you will have to set a
`VAULT_ENC_KEY` which should be at least 32 bytes long.
`VAULT_ENC_KEY` which should be exactly 32 bytes long.

## General Commands

Expand Down
Loading