fixed ip and port in config

This commit is contained in:
Ziad 2019-10-10 09:30:51 +03:00 committed by GitHub
parent c0ad87daf1
commit 912b97f769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@
"smtp_port": 465,
"smtp_username": "username@fastmail.com",
"smtp_password": "secret_app_password",
"local_listen_port": "0.0.0.0",
"local_listen_ip": 2525
"local_listen_port": 2525,
"local_listen_ip": "0.0.0.0"
}