mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Fix typo for replacing identity host (#1828)
This commit is contained in:
parent
00ed65e1c0
commit
2491e9c421
@ -25,8 +25,8 @@ const options = {
|
||||
appConfig.aosHost = appConfig.aosHost.replace('{protocol}//{hostname}{:port}', API_AOS_HOST);
|
||||
}
|
||||
},
|
||||
indentityHost: {
|
||||
flags: '-i, --indentity-host',
|
||||
identityHost: {
|
||||
flags: '-i, --identity-host',
|
||||
description: "set identityHost's value with IDENTITY_HOST",
|
||||
set: (appConfig) => {
|
||||
appConfig.authType = 'OAUTH';
|
||||
|
Loading…
x
Reference in New Issue
Block a user