changed URLs to use split envvars
This commit is contained in:
parent
1a0d8ba2b2
commit
dfb0f61088
@ -39,7 +39,7 @@ services:
|
|||||||
|
|
||||||
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
||||||
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
||||||
-Didentity-service.auth-server-url=${IDENTITY_SERVICE_BASEURL}/auth
|
-Didentity-service.auth-server-url=${IDENTITY_SERVICE_PROTOCOL}://${IDENTITY_SERVICE_HOST}:${IDENTITY_SERVICE_PORT}/auth
|
||||||
|
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
@ -73,7 +73,7 @@ services:
|
|||||||
-Daims.enabled=true
|
-Daims.enabled=true
|
||||||
-Daims.realm=alfresco
|
-Daims.realm=alfresco
|
||||||
-Daims.resource=acs-share
|
-Daims.resource=acs-share
|
||||||
-Daims.authServerUrl=${IDENTITY_SERVICE_BASEURL}/auth
|
-Daims.authServerUrl=${IDENTITY_SERVICE_PROTOCOL}://${IDENTITY_SERVICE_HOST}:${IDENTITY_SERVICE_PORT}/auth
|
||||||
-Daims.sslRequired=none
|
-Daims.sslRequired=none
|
||||||
-Daims.publicClient=true
|
-Daims.publicClient=true
|
||||||
-Daims.autodetectBearerOnly=true
|
-Daims.autodetectBearerOnly=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user