Matomo link hinzugefügt, datenbank angepasst

This commit is contained in:
silas
2018-10-21 15:04:59 +02:00
parent 20fd1fcf8a
commit 0af8f4d7b1
6 changed files with 7218 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ return [
'user' => 'silas',
'password' => 'AbGonWigogNulfAyp',
'host' => '127.0.0.1',
'dbname' => 'silas_wordRotator',
'dbname' => 'silas_WordRotator',
'driverOptions' => array(
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'
),