From: Vincent Date: Mon, 16 Sep 2019 08:03:57 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3dad2287a340ce4c05a16d568b7f29c53df6ef0a;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e5362d3..1f991c1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,8 @@ - - + + diff --git a/config/global.php b/config/global.php index df15881..6142c32 100644 --- a/config/global.php +++ b/config/global.php @@ -3,7 +3,7 @@ ini_set('display_errors', true); define('WEB_ROOT', 'https://home.tortuga.enhydra.fr/'); -define("SQUEEZEBOX_SERVER", 'http://192.168.13.68:9000'); +define("SQUEEZEBOX_SERVER", 'http://192.168.13.60:9000'); define("SQUEEZEBOX_SPOTIFY_USERNAME", '70@enhydra.fr'); define("SQUEEZEBOX_SPOTIFY_PASSWORD", '?Z8}#HK+SZrQ'); diff --git a/scripts/lib/squeezebox.php b/scripts/lib/squeezebox.php index 1547a05..fabac2c 100644 --- a/scripts/lib/squeezebox.php +++ b/scripts/lib/squeezebox.php @@ -226,6 +226,8 @@ function checkSpottyLogin() $accounts = [ SQUEEZEBOX_SPOTIFY_USERNAME => SQUEEZEBOX_SPOTIFY_PASSWORD, + 'v12l' => 'Lr8ka&7cs@fc%lW7', + 'jrme75009' => 'tortuga5009', ]; foreach ($accounts as $user => $password) {