[options]
# options not exposed on the command line
admin_passwd = Tigrou007
csv_internal_sep = @
publisher_warranty_url = http://example.com
reportgz = True
websocket_rate_limit_burst = 1
websocket_rate_limit_delay = 2
websocket_keep_alive_timeout = 600

# common
config = /tmp/config
save = True
init = stock,hr
update = account,website
with_demo = True
pidfile = /tmp/pidfile
addons_path = /tmp/odoo
upgrade_path = /tmp/upgrade
pre_upgrade_scripts = /tmp/pre-custom.py
server_wide_modules = base,mail
data_dir = /tmp/data-dir

# HTTP
http_interface = 10.0.0.254
http_port = 6942
gevent_port = 8012
http_enable = False
proxy_mode = True
x_sendfile = True

# web
dbfilter = .*

# testing
screencasts = /tmp/screencasts
screenshots = /tmp/screenshots

# logging
logfile = /tmp/odoo.log
syslog = False
log_handler = :DEBUG
log_db = logdb
log_db_level = debug
log_level = debug

# SMTP
email_from = admin@example.com
from_filter = .*
smtp_server = smtp.localhost
smtp_port = 1299
smtp_ssl = True
smtp_user = spongebob
smtp_password = Tigrou0072
smtp_ssl_certificate_filename = /tmp/tlscert
smtp_ssl_private_key_filename = /tmp/tlskey

# database
db_name = horizon
db_user = kiwi
db_password = Tigrou0073
pg_path = /tmp/pg_path
db_host = db.localhost
db_port = 4269
db_sslmode = verify-full
db_maxconn = 42
db_maxconn_gevent = 100
db_template = backup1706
db_replica_host = db2.localhost
db_replica_port = 2038

# i18n
load_language = fr_FR
overwrite_existing_translations = False

# security
list_db = False

# advanced
dev_mode = xml
osv_memory_count_limit = 71
transient_age_limit = 4.0
max_cron_threads = 4
limit_time_worker_cron = 600
unaccent = True
geoip_city_db = /tmp/city.db
geoip_country_db = /tmp/country.db

# multiprocessing
workers = 92
limit_memory_soft = 1048576
limit_memory_soft_gevent = 1048577
limit_memory_hard = 1048578
limit_memory_hard_gevent = 1048579
limit_time_cpu = 60
limit_time_real = 61
limit_time_real_cron = 62
limit_request = 100
