From 91d2d079c9c20438c971cb65bab426c76bd52a6f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 11:38:21 +0200 Subject: [PATCH] fix --- conf/config.ini.php | 10 ---------- scripts/install | 1 - 2 files changed, 11 deletions(-) diff --git a/conf/config.ini.php b/conf/config.ini.php index 5ccebd8..2cd9950 100644 --- a/conf/config.ini.php +++ b/conf/config.ini.php @@ -1,15 +1,5 @@ ; DO NOT REMOVE THIS LINE ; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file. -[database] -host = "127.0.0.1" -username = "__DB_NAME__" -password = "__DB_PWD__" -dbname = "__DB_NAME__" -tables_prefix = "matomo_" -charset = "utf8mb4" [General] force_ssl = 1 -salt = "__SALT__" -trusted_hosts[] = "__DOMAIN__" -trusted_hosts[] = "WWW.__DOMAIN__" diff --git a/scripts/install b/scripts/install index 60ab2ab..7c9c209 100755 --- a/scripts/install +++ b/scripts/install @@ -121,7 +121,6 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" #================================================= ynh_script_progression --message="Setuping a configuration file..." -salt="$(ynh_string_random --length=30)" ynh_add_config --template="../conf/config.ini.php" --destination="$final_path/config/config.ini.php" #=================================================