aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-05-12 12:05:55 +0100
committerGitHub <noreply@github.com>2022-05-12 12:05:55 +0100
commitfc670f03a2ac13adc7e022bcb21b82ad874d6706 (patch)
treed844a59c9efb0867ad15d953d1dfcdc6d59e6fd0 /README.md
parent0d1505a4c1ccca7c5cf4a64faf5d1044d8aa96f9 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c38dee9..ed09e971 100644
--- a/README.md
+++ b/README.md
@@ -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