Links für PROD
This commit is contained in:
parent
c1c03f9bbf
commit
5bfff9742c
|
|
@ -47,8 +47,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://daprd1.digitale-agentur.com';
|
||||
//private $nclink = 'http://host.docker.internal:8000';
|
||||
|
||||
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||
parent::__construct($AppName, $request);
|
||||
|
|
@ -79,8 +79,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://daprd1.digitale-agentur.com';
|
||||
//private $nclink = 'http://host.docker.internal:8000';
|
||||
|
||||
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||
$this->request = $request;
|
||||
|
|
@ -130,8 +130,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://daprd1.digitale-agentur.com';
|
||||
//private $nclink = 'http://host.docker.internal:8000';
|
||||
|
||||
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||
$this->request = $request;
|
||||
|
|
@ -165,8 +165,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://daprd1.digitale-agentur.com';
|
||||
//private $nclink = 'http://host.docker.internal:8000';
|
||||
|
||||
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||
parent::__construct($AppName, $request);
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ class PageController extends Controller {
|
|||
protected $appName;
|
||||
protected $userSession;
|
||||
private $service;
|
||||
//private $nclink = 'https://test.app.digitale-agentur.com';
|
||||
private $nclink = 'http://host.docker.internal:8000';
|
||||
private $nclink = 'https://daprd1.digitale-agentur.com';
|
||||
//private $nclink = 'http://host.docker.internal:8000';
|
||||
|
||||
public function __construct($appName, IRequest $request, AgencyService $service, IUserSession $userSession) {
|
||||
parent::__construct($appName, $request);
|
||||
|
|
|
|||
Loading…
Reference in New Issue