mirror of
https://github.com/solero/houdini.git
synced 2024-11-09 20:58:20 +00:00
Commands configuration options
This commit is contained in:
parent
cec88fa0a7
commit
a7e0b83d71
@ -1,3 +1,5 @@
|
||||
from Houdini import ConflictResolution
|
||||
|
||||
database = {
|
||||
'Address': 'localhost',
|
||||
'Username': 'postgres',
|
||||
@ -10,6 +12,14 @@ redis = {
|
||||
'Port': 6379
|
||||
}
|
||||
|
||||
|
||||
commands = {
|
||||
'Prefix': ['!', '?', '.'],
|
||||
'StringDelimiters': ['"', "'"],
|
||||
'ConflictMode': ConflictResolution.Silent
|
||||
}
|
||||
|
||||
|
||||
servers = {
|
||||
'Login': {
|
||||
'Address': '0.0.0.0',
|
||||
|
Loading…
Reference in New Issue
Block a user