changes the default port to listen on
This commit is contained in:
parent
6310d32b57
commit
9144c632d1
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
||||||
},
|
},
|
||||||
"LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s",
|
"LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s",
|
||||||
"HOST": "localhost",
|
"HOST": "localhost",
|
||||||
"PORT": 2903,
|
"PORT": 5921,
|
||||||
"BACKUP_INT": 3600
|
"BACKUP_INT": 3600
|
||||||
}
|
}
|
Loading…
Reference in a new issue