-
Notifications
You must be signed in to change notification settings - Fork 63
NOISSUE - Add dynamic prefix conf, and authentication when behind proxy. #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| import { STRINGS } from 'assets/text/strings'; | ||
|
|
||
| import { environment } from '../../../../environments/environment'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
environments/environment is ok here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesnt work for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Find a solution please. As you can see we are using absolute path everywhere. For example import { UsersService } from 'app/common/services/users/users.service';
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
manuio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: mteodor mirko.teodorovic@gmail.com
When deploying with other applications it may be neccessary to avoid clashing of paths so it may be useful to configure
prefixfor the whole UI appso for MF_UI_APP_PREFIX='app' urls like
/auth/loginbecome/app/auth/login