diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-12 12:05:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 12:05:55 +0100 |
commit | fc670f03a2ac13adc7e022bcb21b82ad874d6706 (patch) | |
tree | d844a59c9efb0867ad15d953d1dfcdc6d59e6fd0 /README.md | |
parent | 0d1505a4c1ccca7c5cf4a64faf5d1044d8aa96f9 (diff) |
Separate sample configs for monolith and polylith (#2456)
* Update sample configs
* Update references
* Remove sections that are dead in the monolith sample
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ $ ./bin/generate-keys --tls-cert server.crt --tls-key server.key # Copy and modify the config file - you'll need to set a server name and paths to the keys # at the very least, along with setting up the database connection strings. -$ cp dendrite-config.yaml dendrite.yaml +$ cp dendrite-sample.monolith.yaml dendrite.yaml # Build and run the server: $ ./bin/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config dendrite.yaml |