Commenting out pidfile in config (Closes: #542427).
[odoo/odoo.git] / debian / local / openerp-server.conf
1 # /etc/openerp-server.conf(5) - configuration file for openerp-server(1)
2
3 [options]
4 # Enable the debugging mode (default False).
5 verbose = False
6 debug_mode = False
7
8 # The file where the server pid will be stored (default False).
9 #pidfile = /var/run/openerp.pid
10
11 # The file where the server log will be stored (default False).
12 logfile = /var/log/openerp-server.log
13
14 # The unix account on behalf openerp is running.
15 process_user = openerp
16
17 # The IP address on which the server will bind.
18 # If empty, it will bind on all interfaces (default empty).
19 interface = localhost
20
21 # The TCP port on which the server will listen (default 8069).
22 #port = 8070
23
24 # Enable debug mode (default False).
25 debug_mode = False
26
27 # Launch server over https instead of http (default False).
28 secure = False
29
30 # Specify the SMTP server for sending email (default localhost).
31 smtp_server = localhost
32
33 # Specify the SMTP user for sending email (default False).
34 smtp_user = False
35
36 # Specify the SMTP password for sending email (default False).
37 smtp_password = False
38
39 # Specify the database name.
40 #db_name = openerp
41
42 # Specify the database user name (default None).
43 db_user = openerp
44
45 # Specify the database password for db_user (default None).
46 db_password =
47
48 # Specify the database host (default localhost).
49 db_host =
50
51 # Specify the database port (default None).
52 db_port = 5432
53
54 # Specify the price accuracy.
55 #price_accuracy =