[MERGE] with addons-trunk and resolve conflict in base_iban
[odoo/odoo.git] / install / openerp_serverrc.5
1 .TH openerp_serverrc 5
2
3 .SH NAME
4 openerp_serverrc \- configuration file for OpenERP
5
6 .SH SYNOPSIS
7 [options]
8 .br
9 $option\ =\ " someValue "
10 .br
11  ...
12
13 .SH DESCRIPTION
14 A setup file consists of a section, lead by a "[options]" header,
15 .br
16 and followed by "option_name = value" entries, with continuations and such in
17 .br
18 the style of RFC 822.
19
20 .SH OPTIONS
21 .TP
22 .IR verbose
23 Enable the debugging mode
24 .br
25 (default False)
26 .TP
27 .IR pidfile
28 The file where the server pid will be stored
29 .br
30 (default False)
31 .TP
32 .IR logfile
33 The file where the server log will be stored
34 .br
35 (default False)
36 .TP
37 .IR interface
38 The IP address on which the server will bind.
39 .br
40 If empty, it will bind on all interfaces (default empty)
41 .TP
42 .IR port
43 The TCP port on which the server will listen.
44 .br
45 (default 8069)
46 .TP
47 .IR debug_mode
48 Enable debug mode
49 .br
50 (default False)
51 .TP
52 .IR secure
53 Launch server over https instead of http.
54 .br
55 (default False)
56 .TP
57 .IR smtp_server
58 Specify the SMTP server for sending email.
59 .br
60 (default localhost)
61 .TP
62 .IR smtp_user
63 Specify the SMTP user for sending email.
64 .br
65 (default False)
66 .TP
67 .IR smtp_password
68 Specify the SMTP password for sending email.
69 .br
70 (default False)
71 .TP
72 .IR db_name
73 Specify the database name.
74 .TP
75 .IR db_user
76 Specify the database user name.
77 .br
78 (default None)
79 .TP
80 .IR db_password
81 Specify the database password for db_user.
82 .br
83 (default None)
84 .TP
85 .IR pg_path
86 Specify the PostgreSQL executable path.
87 .br
88 (default None)
89 .TP
90 .IR db_host
91 Specify the database host.
92 .br
93 (default localhost)
94 .TP
95 .IR db_port
96 Specify the database port.
97 .br
98 (default None)
99 .TP
100 .IR price_accuracy
101 Specify the price accuracy.
102 .br
103
104 .SH AUTHORS
105
106 OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
107
108 .SH SEE ALSO
109 openerp-server(1)
110 .br
111 \fIhttp://www.openerp.com\fR : Open ERP official website
112 .br
113 \fIhttp://doc.openerp.com\fR : Open ERP documentation