You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ The setup of Postgres with LOGIC is configured with environment variables and Do
21
21
22
22
For convenience, in development these environment variables can be set in a `.env` environment file. Example file available in [`.example.env`](./.example.env)
23
23
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
+
24
31
## Development
25
32
26
33
To kick off and evaluate the setup locally, all you have to do is run
0 commit comments