1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] Db issue

This commit is contained in:
ljf (zamentur) 2019-04-16 18:05:46 +02:00
parent 550fb0ef5f
commit 6aa8acfd52

View file

@ -5,11 +5,10 @@ admin_passwd = {{ admin_password }}
db_host = localhost db_host = localhost
db_port = 5432 db_port = 5432
db_user = {{ db_name }} db_user = {{ db_name }}
db_name = False db_name = {{ db_name }}
db_password = {{ db_pass }} db_password = {{ db_pass }}
addons_path = {{ final_path }}/{{ APPNAME }}/addons,{{ final_path }}/custom-addons addons_path = {{ final_path }}/{{ APPNAME }}/addons,{{ final_path }}/custom-addons
proxy_mode = true proxy_mode = true
dbfilter = ^{{ db_name }}$
logfile = /var/log/{{ app }}.log logfile = /var/log/{{ app }}.log
xmlrpc_interface = 127.0.0.1 xmlrpc_interface = 127.0.0.1
netrpc_interface = 127.0.0.1 netrpc_interface = 127.0.0.1