~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to man/terp_serverrc.5

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH terp_serverrc 5
 
2
 
 
3
.SH NAME
 
4
terp_serverrc \- configuration file for Tiny ERP
 
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 mail.
 
59
.br
 
60
(default localhost)
 
61
.TP
 
62
.IR db_name
 
63
Specify the database name.
 
64
.br
 
65
(default terp)
 
66
.TP
 
67
.IR db_user
 
68
Specify the database user name.
 
69
.br
 
70
(default None)
 
71
.TP
 
72
.IR db_password
 
73
Specify the database password for db_user.
 
74
.br
 
75
(default None)
 
76
.TP
 
77
.IR pg_path
 
78
Specify the PostgreSQL executable path.
 
79
.br
 
80
(default None)
 
81
.TP
 
82
.IR db_host
 
83
Specify the database host.
 
84
.br
 
85
(default localhost)
 
86
.TP
 
87
.IR db_port
 
88
Specify the database port.
 
89
.br
 
90
(default None)
 
91
 
 
92
.SH AUTHORS
 
93
 
 
94
Tiny ERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
 
95
 
 
96
.SH SEE ALSO
 
97
tinyerp-server(1)
 
98
.br
 
99
\fIhttp://www.tinyerp.com\fR : Tiny ERP functional description
 
100
.br
 
101
\fIhttp://www.tinyerp.org\fR : Tiny ERP developer zone