Merge pull request #1 from ziadmoubayed/master

fixed ip and port in config
This commit is contained in:
wiggin77 2019-10-10 09:49:51 -04:00 committed by GitHub
commit 567755e257
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"
}