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 = {
|
database = {
|
||||||
'Address': 'localhost',
|
'Address': 'localhost',
|
||||||
'Username': 'postgres',
|
'Username': 'postgres',
|
||||||
@ -10,6 +12,14 @@ redis = {
|
|||||||
'Port': 6379
|
'Port': 6379
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
commands = {
|
||||||
|
'Prefix': ['!', '?', '.'],
|
||||||
|
'StringDelimiters': ['"', "'"],
|
||||||
|
'ConflictMode': ConflictResolution.Silent
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
servers = {
|
servers = {
|
||||||
'Login': {
|
'Login': {
|
||||||
'Address': '0.0.0.0',
|
'Address': '0.0.0.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user