mirror of
				https://github.com/solero/houdini.git
				synced 2025-11-03 22:21:54 +00:00 
			
		
		
		
	Commands configuration options
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user