33 lines
		
	
	
		
			760 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			760 B
		
	
	
	
		
			Plaintext
		
	
	
| [options]
 | |
| 
 | |
| xmlrpc_port = 8080
 | |
| ; This is the password that allows database operations:
 | |
| ; admin_passwd = admin
 | |
| db_host = False
 | |
| db_port = 5432
 | |
| db_user = False
 | |
| db_password = False
 | |
| 
 | |
| addons_path = ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons
 | |
| ; For enterprise use the addons path bellow
 | |
| ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1
 | |
| timezone = Europe/Vienna
 | |
| 
 | |
| #dbfilter_test = ['.*',]
 | |
| show_debug = 1
 | |
| 
 | |
| workers = 4
 | |
| server_wide_modules = web,base_sparse_field,queue_job
 | |
| 
 | |
| portal_url = https://dev-portal.tzaustria.info/
 | |
| portal_secret = hH43413$74O0
 | |
| 
 | |
| limit_memory_hard = 2684354560
 | |
| limit_memory_soft = 2147483648
 | |
| limit_request = 8192
 | |
| limit_time_cpu = 60
 | |
| limit_time_real = 120
 | |
| 
 | |
| [queue_job]
 | |
| channels = root:4
 |