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

@ -1,3 +1,3 @@
#!/usr/bin/env bash
npm run build 1
npm run build

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#testcafe firefox test/test.testcafe.js
testcafe remote test/test.testcafe.js --qr-code
testcafe firefox test/test.testcafe.js
#testcafe remote test/test.testcafe.js --qr-code

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'
),

File diff suppressed because one or more lines are too long

View File

@ -6,4 +6,4 @@ Translator.supportedLanguages = ["de"];
Translator.markTranslations = false;
Translator.markUntranslatedTranslations = false;
Matomo.SIDE_ID = null;
Matomo.SIDE_ID = 3;

View File

@ -1,7 +1,7 @@
import {Selector} from 'testcafe';
import {ClientFunction} from 'testcafe';
let isLocal = true;
let isLocal = false;
const goBack = ClientFunction(() => window.history.back());