Added support for API config
This commit is contained in:
		@@ -15,3 +15,9 @@ db['db'] = 'Database Name'
 | 
			
		||||
#- db['data_path_mysql'] = '/var/lib/mysql'
 | 
			
		||||
#- db['data_path_mysql_backup'] = '/var/lib/mysql'
 | 
			
		||||
#- db['port'] = 3306
 | 
			
		||||
#- db['host'] = localhost
 | 
			
		||||
 | 
			
		||||
## Api Configuration
 | 
			
		||||
api = {}
 | 
			
		||||
#- api['ip'] = '0.0.0.0'
 | 
			
		||||
#- api['port'] = 81
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user