Skip to content

Commit 2b13f73

Browse files
committed
Add documentation about secrets
1 parent 21e1f61 commit 2b13f73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ The setup of Postgres with LOGIC is configured with environment variables and Do
2121

2222
For convenience, in development these environment variables can be set in a `.env` environment file. Example file available in [`.example.env`](./.example.env)
2323

24+
### Secrets
25+
26+
- `postgres-password`: The password for the `postgres` user of the database used for most database operations
27+
- `replicator-password`: The password for the `replicator` role, used from the secondary server to replicate data
28+
29+
For convenience, in development all secrets are hardcoded as files and are available in the [`dev/secrets`](./dev/secrets) directory and do not need to be set.
30+
2431
## Development
2532

2633
To kick off and evaluate the setup locally, all you have to do is run

0 commit comments

Comments
 (0)