1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00
This commit is contained in:
ericgaspar 2022-09-16 08:52:12 +02:00
parent b29cfe0505
commit ff3ea80a7d
2 changed files with 2 additions and 2 deletions

View file

@ -42,5 +42,5 @@ location / {
}
location /uploads/ {
alias __FILES_PATH__/files/ ;
alias __FILES_PATH__/files/ ;
}

View file

@ -18,7 +18,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
final_path=/var/www/$app
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)