1openerp_serverrc(5)           File Formats Manual          openerp_serverrc(5)
2
3
4

NAME

6       openerp_serverrc - configuration file for OpenERP
7
8

SYNOPSIS

10       [options]
11       $option = " someValue "
12        ...
13
14

DESCRIPTION

16       A setup file consists of a section, lead by a "[options]" header,
17       and  followed  by "option_name = value" entries, with continuations and
18       such in
19       the style of RFC 822.
20
21

OPTIONS

23       verbose
24              Enable the debugging mode
25              (default False)
26
27       pidfile
28              The file where the server pid will be stored
29              (default False)
30
31       logfile
32              The file where the server log will be stored
33              (default False)
34
35       interface
36              The IP address on which the server will bind.
37              If empty, it will bind on all interfaces (default empty)
38
39       port   The TCP port on which the server will listen.
40              (default 8069)
41
42       debug_mode
43              Enable debug mode
44              (default False)
45
46       secure Launch server over https instead of http.
47              (default False)
48
49       smtp_server
50              Specify the SMTP server for sending email.
51              (default localhost)
52
53       smtp_user
54              Specify the SMTP user for sending email.
55              (default False)
56
57       smtp_password
58              Specify the SMTP password for sending email.
59              (default False)
60
61       db_name
62              Specify the database name.
63
64       db_user
65              Specify the database user name.
66              (default None)
67
68       db_password
69              Specify the database password for db_user.
70              (default None)
71
72       pg_path
73              Specify the PostgreSQL executable path.
74              (default None)
75
76       db_host
77              Specify the database host.
78              (default localhost)
79
80       db_port
81              Specify the database port.
82              (default None)
83
84       price_accuracy
85              Specify the price accuracy.
86
87

AUTHORS

89       OpenERP is a product of Tiny.be (http://www.tiny.be)
90
91

SEE ALSO

93       openerp-server(1)
94       http://www.openerp.com : Open ERP official website
95       http://doc.openerp.com : Open ERP documentation
96
97
98
99                                                           openerp_serverrc(5)
Impressum