changes the default port to listen on

This commit is contained in:
Oleg Silkin 2019-05-23 17:11:50 -04:00
parent 6310d32b57
commit 9144c632d1

View file

@ -14,6 +14,6 @@
},
"LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s",
"HOST": "localhost",
"PORT": 2903,
"PORT": 5921,
"BACKUP_INT": 3600
}