1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
This commit is contained in:
ericgaspar 2022-01-12 10:51:01 +01:00
parent e3e4266e63
commit 5f6230e76e
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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)
#=================================================