Move auth tokens to server config.

This commit is contained in:
luxick
2018-03-15 13:14:54 +01:00
parent b5df3289b4
commit 4b8d2421a5
9 changed files with 93 additions and 70 deletions

View File

@@ -14,7 +14,7 @@ DEFAULT_CONFIG = {
'auto_connect': False,
'servers': [{
'host': 'localhost',
'port': 12345,
'port': 55225,
'buffer_size': 1024,
'auth_token': ''}
]