From 8b4497e21e1de74ba52719d07f71e9fe11f350d8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 4 Aug 2021 10:51:48 +0200 Subject: [PATCH] parameters yaml --- httpdocs/config/parameters.yml | 8 -------- httpdocs/system/config/localconfig.php | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 httpdocs/config/parameters.yml diff --git a/httpdocs/config/parameters.yml b/httpdocs/config/parameters.yml deleted file mode 100644 index e1f1b34..0000000 --- a/httpdocs/config/parameters.yml +++ /dev/null @@ -1,8 +0,0 @@ -# This file has been auto-generated during installation -parameters: - database_host: localhost - database_port: 3306 - database_user: baueradvance - database_password: JLU#3ml8z9Bi - database_name: baueradvance - secret: c5473cb30e1c1a6b1add283b24d5487149ec5940d888737a3862d87d945d6972 diff --git a/httpdocs/system/config/localconfig.php b/httpdocs/system/config/localconfig.php index 2d90f38..a4d1fb1 100644 --- a/httpdocs/system/config/localconfig.php +++ b/httpdocs/system/config/localconfig.php @@ -2,7 +2,6 @@ ### INSTALL SCRIPT START ### $GLOBALS['TL_CONFIG']['licenseAccepted'] = true; -$GLOBALS['TL_CONFIG']['installPassword'] = '$2y$10$lq8pGk9ht5elxcEx1nBvq.bfH8UoppVYFhDLP/huP7STMoL3hgX6S'; $GLOBALS['TL_CONFIG']['adminEmail'] = 're@spawntree.de'; $GLOBALS['TL_CONFIG']['dateFormat'] = 'd.m.Y'; $GLOBALS['TL_CONFIG']['datimFormat'] = 'd.m.Y H:i'; @@ -42,4 +41,5 @@ $GLOBALS['TL_CONFIG']['maxFileSize'] = 20971520; $GLOBALS['TL_CONFIG']['gdMaxImgWidth'] = 6000; $GLOBALS['TL_CONFIG']['gdMaxImgHeight'] = 6000; $GLOBALS['TL_CONFIG']['tinypng_api_key'] = 'wCYcvnmHwdRYFb73Cl1dKqFcLZF9cMpG'; +$GLOBALS['TL_CONFIG']['installPassword'] = '$2y$10$oP2mzNa2iCHmfoA6iT7UVu97i9Pf4XgxyAU.1pt5pnccJnCUn74G.'; ### INSTALL SCRIPT STOP ###