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

NAME

6       terp_serverrc - configuration file for Tiny ERP
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 mail.
51              (default localhost)
52
53       db_name
54              Specify the database name.
55              (default terp)
56
57       db_user
58              Specify the database user name.
59              (default None)
60
61       db_password
62              Specify the database password for db_user.
63              (default None)
64
65       pg_path
66              Specify the PostgreSQL executable path.
67              (default None)
68
69       db_host
70              Specify the database host.
71              (default localhost)
72
73       db_port
74              Specify the database port.
75              (default None)
76
77

AUTHORS

79       Tiny ERP is a product of Tiny.be (http://www.tiny.be)
80
81

SEE ALSO

83       tinyerp-server(1)
84       http://www.tinyerp.com : Tiny ERP functional description
85       http://www.tinyerp.org : Tiny ERP developer zone
86
87
88
89                                                              terp_serverrc(5)
Impressum