mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Fix
This commit is contained in:
parent
e3e4266e63
commit
5f6230e76e
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
SHIORI_DBMS=mysql
|
||||
SHIORI_MYSQL_USER=__DB_USER__
|
||||
SHIORI_MYSQL_PASS=__DB_PWD__
|
||||
SHIORI_MYSQL_NAME=__DB_NAME__
|
||||
SHIORI_MYSQL_ADDRESS=127.0.0.1:3306
|
|
@ -20,7 +20,6 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
|
|||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue