Contenu de openerp-server.conf : Différence entre versions
De wikiGite
m (a déplacé /etc/openerp-server.conf vers Contenu de openerp-server.conf) |
|||
| Ligne 1 : | Ligne 1 : | ||
| + | = Fichier /etc/openerp-server.conf = | ||
| + | |||
[options] | [options] | ||
without_demo = True | without_demo = True | ||
Version actuelle datée du 30 août 2012 à 07:49
Fichier /etc/openerp-server.conf
[options]
without_demo = True
; This is the password that allows database operations:
; admin_passwd = admin
upgrade = False
verbose = False
netrpc = True
; netrpc_interface =
; netrpc_port =
xmlrpc = True
; xmlrpc_interface =
xmlrpc_port = 8069
db_host = False
db_port = False
; Please uncomment the following line *after* you have created the
; database. It activates the auto module check on startup.
; db_name = terp
db_user = openerp
db_password = openerp
; Uncomment these for xml-rpc over SSL
; secure = True
; secure_cert_file = /etc/openerp/server.cert
; secure_pkey_file = /etc/openerp/server.key
root_path = None
soap = False
translate_modules = ['all']
demo = {}
addons_path = None
reportgz = False
; Static http parameters
static_http_enable = False
static_http_document_root = /var/www/html
static_http_url_prefix = /root@openerp-cosmic:~#
