1terp_serverrc(5) File Formats Manual terp_serverrc(5)
2
3
4
6 terp_serverrc - configuration file for Tiny ERP
7
8
10 [options]
11 $option = " someValue "
12 ...
13
14
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
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 (default terp)
64
65 db_user
66 Specify the database user name.
67 (default None)
68
69 db_password
70 Specify the database password for db_user.
71 (default None)
72
73 pg_path
74 Specify the PostgreSQL executable path.
75 (default None)
76
77 db_host
78 Specify the database host.
79 (default localhost)
80
81 db_port
82 Specify the database port.
83 (default None)
84
85 price_accuracy
86 Specify the price accuracy.
87
88
90 Tiny ERP is a product of Tiny.be (http://www.tiny.be)
91
92
94 tinyerp-server(1)
95 http://www.tinyerp.com : Tiny ERP functional description
96 http://www.tinyerp.org : Tiny ERP developer zone
97
98
99
100 terp_serverrc(5)