forked from MirrorHub/mautrix-whatsapp
Change default port to 29318
This commit is contained in:
parent
1474288b82
commit
07b8936985
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ homeserver:
|
||||||
# Changing these values requires regeneration of the registration.
|
# Changing these values requires regeneration of the registration.
|
||||||
appservice:
|
appservice:
|
||||||
# The address that the homeserver can use to connect to this appservice.
|
# The address that the homeserver can use to connect to this appservice.
|
||||||
address: http://localhost:8080
|
address: http://localhost:29318
|
||||||
|
|
||||||
# The hostname and port where this appservice should listen.
|
# The hostname and port where this appservice should listen.
|
||||||
hostname: 0.0.0.0
|
hostname: 0.0.0.0
|
||||||
port: 8080
|
port: 29318
|
||||||
|
|
||||||
# Database config.
|
# Database config.
|
||||||
database:
|
database:
|
||||||
|
|
Loading…
Reference in a new issue