[develop | WIP] : Properties: add again clientManagementUrl property
This commit is contained in:
parent
0c0ef48b49
commit
3e656de39c
|
@ -61,6 +61,7 @@ export interface EnvProperties {
|
||||||
registryUrl?: string;
|
registryUrl?: string;
|
||||||
logoutUrl?: string;
|
logoutUrl?: string;
|
||||||
userInfoUrl?: string;
|
userInfoUrl?: string;
|
||||||
|
clientManagementUrl?: string,
|
||||||
developersApiUrl?: string,
|
developersApiUrl?: string,
|
||||||
cookieDomain?: string;
|
cookieDomain?: string;
|
||||||
feedbackmail?: string;
|
feedbackmail?: string;
|
||||||
|
|
Loading…
Reference in New Issue