diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index f09fb3a..e628ede 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -36,7 +36,7 @@ class UserChangedByNC extends Controller { protected $session; protected $request; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { $this->request = $request; @@ -65,7 +65,7 @@ class UserChangedByNC extends Controller { class LogoutByNC extends Controller { protected $session; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { parent::__construct($AppName, $request);