diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 2372864..d82617c 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -46,8 +46,8 @@ class Application extends App { class DeleteNCFileDjango extends Controller { protected $session; - //private $nclink = 'https://test.app.digitale-agentur.com'; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; + //private $nclink = 'http://host.docker.internal:8000'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { parent::__construct($AppName, $request); @@ -78,8 +78,8 @@ class LoginByNC extends Controller { protected $session; protected $request; - //private $nclink = 'https://test.app.digitale-agentur.com'; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; + //private $nclink = 'http://host.docker.internal:8000'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { $this->request = $request; @@ -129,8 +129,8 @@ class UserChangedByNC extends Controller { protected $session; protected $request; - //private $nclink = 'https://test.app.digitale-agentur.com'; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; + //private $nclink = 'http://host.docker.internal:8000'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { $this->request = $request; @@ -164,8 +164,8 @@ class UserChangedByNC extends Controller { class LogoutByNC extends Controller { protected $session; - //private $nclink = 'https://test.app.digitale-agentur.com'; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; + //private $nclink = 'http://host.docker.internal:8000'; public function __construct(string $AppName, IRequest $request, IUserSession $session) { parent::__construct($AppName, $request); diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index 9972c83..fc6f65b 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -18,7 +18,8 @@ class PageController extends Controller { protected $appName; protected $userSession; private $service; - private $nclink = 'http://host.docker.internal:8000'; + private $nclink = 'https://test.app.digitale-agentur.com'; + //private $nclink = 'http://host.docker.internal:8000'; public function __construct($appName, IRequest $request, AgencyService $service, IUserSession $userSession) { parent::__construct($appName, $request);