mirror of
https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh.git
synced 2024-09-03 19:36:37 +02:00
Use 127.0.0.1 instead of localhost
This commit is contained in:
parent
248f9bf9cf
commit
40d92a4ecb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ nodejs_version=18
|
|||
__ynh_register_synapse_app_service() {
|
||||
"$install_dir/bin/matrix-appservice-irc" -r \
|
||||
-c "$install_dir/config.yaml" \
|
||||
-u "http://localhost:$port" \
|
||||
-u "http://127.0.0.1:$port" \
|
||||
-f "$install_dir/appservice-registration-irc.yaml"
|
||||
|
||||
# This appservice needs it to be duplicated…
|
||||
|
|
Loading…
Add table
Reference in a new issue