~xnox/openobject-server/wip

« back to all changes in this revision

Viewing changes to debian/local/config

  • Committer: Dmitrijs Ledkovs (credativ)
  • Date: 2011-11-24 19:43:35 UTC
  • Revision ID: dmitrijs.ledkovs@credativ.co.uk-20111124194335-s2o02d1k5qq4w7lc
More changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# /etc/openerp-server.conf(5) - configuration file for openerp-server(1)
2
 
 
3
1
[options]
4
 
# Enable the debugging mode (default False).
5
 
verbose = True
6
 
debug_mode = True
7
 
 
8
 
# The file where the server pid will be stored (default False).
9
 
pidfile = /var/run/openerp-server/openerp-server.pid
10
 
 
11
 
# The file where the server log will be stored (default False).
12
 
logfile = /var/log/openerp-server/openerp-server.log
13
 
log_level = debug
14
 
 
15
 
# The unix account on behalf openerp is running.
16
 
process_user = openerp6
17
 
 
18
 
# Super-user password to create, drop, dump, restore databases
 
2
addons_path = /home/dle/src/openerp/debian/6.0/credativ-6.0-server/bin/addons
19
3
admin_passwd = admin
20
 
 
21
 
# The IP address on which the server will bind.
22
 
# If empty, it will bind on all interfaces (default empty).
23
 
interface = localhost
24
 
 
25
 
# The TCP port on which the server will listen (default 8069).
26
 
#port = 8070
27
 
 
28
 
# Launch server over https instead of http (default False).
29
 
secure = False
30
 
 
31
 
# Specify the SMTP server for sending email (default localhost).
 
4
assert_exit_level = error
 
5
cache_timeout = 100000
 
6
csv_internal_sep = ,
 
7
db_host = False
 
8
db_maxconn = 64
 
9
db_name = False
 
10
db_password = False
 
11
db_port = False
 
12
db_user = dle
 
13
debug_mode = False
 
14
demo = {}
 
15
email_from = False
 
16
import_partial = 
 
17
list_db = True
 
18
log_level = info
 
19
logfile = False
 
20
login_message = False
 
21
logrotate = True
 
22
netrpc = True
 
23
netrpc_interface = 
 
24
netrpc_port = 8070
 
25
osv_memory_age_limit = 1.0
 
26
osv_memory_count_limit = False
 
27
pg_path = None
 
28
pidfile = False
 
29
reportgz = False
 
30
root_path = /home/dle/src/openerp/debian/6.0/credativ-6.0-server/bin
 
31
secure_cert_file = server.cert
 
32
secure_pkey_file = server.pkey
 
33
smtp_password = False
 
34
smtp_port = 25
32
35
smtp_server = localhost
33
 
 
34
 
# Specify the SMTP user for sending email (default False).
 
36
smtp_ssl = False
35
37
smtp_user = False
36
 
 
37
 
# Specify the SMTP password for sending email (default False).
38
 
smtp_password = False
39
 
 
40
 
# Specify the database name.
41
 
#db_name = openerp
42
 
 
43
 
# Specify the database user name (default None).
44
 
db_user = openerp6
45
 
 
46
 
# Specify the database password for db_user (default None).
47
 
db_password =
48
 
 
49
 
# Specify the database host (default localhost).
50
 
db_host =
51
 
 
52
 
# Specify the database port (default None).
53
 
db_port = 5432
54
 
 
55
 
# Specify the price accuracy.
56
 
#price_accuracy =
 
38
static_http_document_root = None
 
39
static_http_enable = False
 
40
static_http_url_prefix = None
 
41
stop_after_init = True
 
42
syslog = False
 
43
test_commit = False
 
44
test_disable = False
 
45
test_file = False
 
46
test_report_directory = False
 
47
timezone = False
 
48
translate_modules = ['all']
 
49
without_demo = False
 
50
xmlrpc = True
 
51
xmlrpc_interface = 
 
52
xmlrpc_port = 8069
 
53
xmlrpcs = True
 
54
xmlrpcs_interface = 
 
55
xmlrpcs_port = 8071
 
56