Skip to content
Snippets Groups Projects
Commit 069296db authored by Mark Haines's avatar Mark Haines
Browse files

Can't specify bind-port on the cmdline anymore

parent 2d4d2bba
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ traditionally used for convenience and simplicity. ...@@ -170,7 +170,7 @@ traditionally used for convenience and simplicity.
The advantages of Postgres include: The advantages of Postgres include:
* significant performance improvements due to the superior threading and * significant performannce improvements due to the superior threading and
caching model, smarter query optimiser caching model, smarter query optimiser
* allowing the DB to be run on separate hardware * allowing the DB to be run on separate hardware
* allowing basic active/backup high-availability with a "hot spare" synapse * allowing basic active/backup high-availability with a "hot spare" synapse
...@@ -409,7 +409,6 @@ SRV record, as that is the name other machines will expect it to have:: ...@@ -409,7 +409,6 @@ SRV record, as that is the name other machines will expect it to have::
$ python -m synapse.app.homeserver \ $ python -m synapse.app.homeserver \
--server-name YOURDOMAIN \ --server-name YOURDOMAIN \
--bind-port 8448 \
--config-path homeserver.yaml \ --config-path homeserver.yaml \
--generate-config --generate-config
$ python -m synapse.app.homeserver --config-path homeserver.yaml $ python -m synapse.app.homeserver --config-path homeserver.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment