2018-12-14 19:24:55 +01:00
|
|
|
[options]
|
|
|
|
; This is the password that allows database operations:
|
|
|
|
without_demo = all
|
|
|
|
admin_passwd = {{ admin_password }}
|
|
|
|
db_host = localhost
|
|
|
|
db_port = 5432
|
|
|
|
db_user = {{ db_name }}
|
2019-04-16 18:05:46 +02:00
|
|
|
db_name = {{ db_name }}
|
2018-12-14 19:24:55 +01:00
|
|
|
db_password = {{ db_pass }}
|
|
|
|
addons_path = {{ final_path }}/{{ APPNAME }}/addons,{{ final_path }}/custom-addons
|
|
|
|
proxy_mode = true
|
|
|
|
logfile = /var/log/{{ app }}.log
|
|
|
|
xmlrpc_interface = 127.0.0.1
|
|
|
|
netrpc_interface = 127.0.0.1
|
2018-12-16 23:08:56 +01:00
|
|
|
xmlrpc_port = {{ port }}
|
|
|
|
longpolling_port = {{ port_chat }}
|