mirror of
https://github.com/solero/houdini.git
synced 2024-11-24 22:47:22 +00:00
Update config.py
This commit is contained in:
parent
3d137c1c1e
commit
ffd70949fc
@ -32,9 +32,10 @@ servers = {
|
|||||||
'Level': 'DEBUG'
|
'Level': 'DEBUG'
|
||||||
},
|
},
|
||||||
'LoginFailureLimit': 5,
|
'LoginFailureLimit': 5,
|
||||||
'LoginFailureTimer': 3600
|
'LoginFailureTimer': 3600,
|
||||||
|
'KeyTTL': 3000
|
||||||
},
|
},
|
||||||
'Wind': {
|
'Blizzard': {
|
||||||
'Id': '100',
|
'Id': '100',
|
||||||
'Address': '0.0.0.0',
|
'Address': '0.0.0.0',
|
||||||
'Port': 9875,
|
'Port': 9875,
|
||||||
@ -42,9 +43,6 @@ servers = {
|
|||||||
'Capacity': 200,
|
'Capacity': 200,
|
||||||
'CacheExpiry': 3600,
|
'CacheExpiry': 3600,
|
||||||
'Plugins': [
|
'Plugins': [
|
||||||
'Commands',
|
|
||||||
'Bot',
|
|
||||||
'Rank'
|
|
||||||
],
|
],
|
||||||
'Logging': {
|
'Logging': {
|
||||||
'General': 'logs/wind.log',
|
'General': 'logs/wind.log',
|
||||||
|
Loading…
Reference in New Issue
Block a user