summaryrefslogtreecommitdiff
blob: a760856a18a1eb436981dc3f8de8370aa085d225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[options]

# General options:
admin_passwd = admin

pidfile = /var/run/openerp/openerp-server.pid
interface =
port = 8069
netinterface =
netport = 8070
netrpc = True
xmlrpc = True
init =
without_demo = False
demo = {}
update =
cache_timeout = 100000
stop_after_init = False
debug_mode = False
assert_exit_level = warn
price_accuracy = 2

# SSL Configuration:
secure = False
secure_cert_file = server.cert
secure_pkey_file = server.pkey

# Logging Configuration:
logfile = /var/log/openerp/openerp-server.log
syslog = False
log_level = debug

# SMTP Configuration:
email_from = False
smtp = localhost
smtp_port = 25
smtp_ssl = False
smtp_user = False
smtp_password = False

# pg_path points at local pg instance - please change as needed
# Database related options:
db_user = openerp
db_password = change_this
pg_path = /run/postgresql/.s.PGSQL.5432
db_name = False
db_host = False
db_port = False
db_maxconn = 64
import_partial =

# Internationalisation options:
language =
translate_out =
translate_in =
translate_modules = ['all']

# Security-related options:
list_db = True
server_actions_allow_code = False