From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- app-office/openerp/files/openerp.cfg | 64 ------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 app-office/openerp/files/openerp.cfg (limited to 'app-office/openerp/files/openerp.cfg') diff --git a/app-office/openerp/files/openerp.cfg b/app-office/openerp/files/openerp.cfg deleted file mode 100644 index a760856a18a1..000000000000 --- a/app-office/openerp/files/openerp.cfg +++ /dev/null @@ -1,64 +0,0 @@ -[options] - -# General options: -admin_passwd = admin - -pidfile = /var/run/openerp/openerp-server.pid -interface = -port = 8069 -netinterface = -netport = 8070 -netrpc = True -xmlrpc = True -init = -without_demo = False -demo = {} -update = -cache_timeout = 100000 -stop_after_init = False -debug_mode = False -assert_exit_level = warn -price_accuracy = 2 - -# SSL Configuration: -secure = False -secure_cert_file = server.cert -secure_pkey_file = server.pkey - -# Logging Configuration: -logfile = /var/log/openerp/openerp-server.log -syslog = False -log_level = debug - -# SMTP Configuration: -email_from = False -smtp = localhost -smtp_port = 25 -smtp_ssl = False -smtp_user = False -smtp_password = False - -# pg_path points at local pg instance - please change as needed -# Database related options: -db_user = openerp -db_password = change_this -pg_path = /run/postgresql/.s.PGSQL.5432 -db_name = False -db_host = False -db_port = False -db_maxconn = 64 -import_partial = - -# Internationalisation options: -language = -translate_out = -translate_in = -translate_modules = ['all'] - -# Security-related options: -list_db = True -server_actions_allow_code = False - - - - -- cgit v1.2.3