forked from MirrorHub/synapse
Don't so heavily suggest you need to edit the default config. List the changed parameters.
This commit is contained in:
parent
c2c3ee8e4a
commit
731c33dd97
1 changed files with 7 additions and 3 deletions
10
UPGRADE.rst
10
UPGRADE.rst
|
@ -7,7 +7,7 @@ To upgrade the database schema, run::
|
||||||
|
|
||||||
|
|
||||||
The home server now requires setting up of SSL config before it can run. To
|
The home server now requires setting up of SSL config before it can run. To
|
||||||
automatically generate some default config that can be edited use::
|
automatically generate the default config use::
|
||||||
|
|
||||||
$ python synapse/app/homeserver.py \
|
$ python synapse/app/homeserver.py \
|
||||||
--server-name machine.my.domain.name \
|
--server-name machine.my.domain.name \
|
||||||
|
@ -15,13 +15,17 @@ automatically generate some default config that can be edited use::
|
||||||
--config-path homeserver.config \
|
--config-path homeserver.config \
|
||||||
--generate-config
|
--generate-config
|
||||||
|
|
||||||
After editing the config, you can run the home server using::
|
This config can be edited if desired, for example to specify a different SSL
|
||||||
|
certificate to use. Once done you can run the home server using::
|
||||||
|
|
||||||
$ python synapse/app/homeserver.py --config-path homeserver.config
|
$ python synapse/app/homeserver.py --config-path homeserver.config
|
||||||
|
|
||||||
See the README.rst for more information.
|
See the README.rst for more information.
|
||||||
|
|
||||||
Also note that many config options have been renamed.
|
Also note that many config options have been renamed, including:
|
||||||
|
- "host" to "server-name"
|
||||||
|
- "database" to "database-path"
|
||||||
|
- "port" to "bind-port" and "unsecure-port"
|
||||||
|
|
||||||
|
|
||||||
Upgrading to v0.0.1
|
Upgrading to v0.0.1
|
||||||
|
|
Loading…
Reference in a new issue