mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Database not setup
This commit is contained in:
parent
63f79bb6f9
commit
3dbc766065
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ admin_passwd = {{ admin_password }}
|
|||
db_host = localhost
|
||||
db_port = 5432
|
||||
db_user = {{ db_name }}
|
||||
db_name = False
|
||||
db_password = {{ db_pass }}
|
||||
addons_path = {{ final_path }}/{{ APPNAME }}/addons,{{ final_path }}/custom-addons
|
||||
proxy_mode = true
|
||||
|
|
Loading…
Reference in a new issue