added aims config to platform/share
This commit is contained in:
parent
8be7673ad3
commit
ca420b43e2
@ -37,6 +37,10 @@ services:
|
|||||||
|
|
||||||
-Dtransform.service.enabled=false
|
-Dtransform.service.enabled=false
|
||||||
|
|
||||||
|
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
||||||
|
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
||||||
|
-Didentity-service.auth-server-url=http://identity:8080/auth
|
||||||
|
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
-Djodconverter.enabled=false
|
-Djodconverter.enabled=false
|
||||||
@ -62,6 +66,16 @@ services:
|
|||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
|
-Daims.enabled=true
|
||||||
|
-Daims.realm=alfresco
|
||||||
|
-Daims.resource=alfresco
|
||||||
|
-Daims.authServerUrl=http://identity:8080/auth
|
||||||
|
-Daims.sslRequired=none
|
||||||
|
-Daims.publicClient=true
|
||||||
|
-Daims.autodetectBearerOnly=true
|
||||||
|
-Daims.alwaysRefreshToken=true
|
||||||
|
-Daims.principalAttribute=preferred_username
|
||||||
|
-Daims.enableBasicAuth=true
|
||||||
"
|
"
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user