modif pour officeurl
This commit is contained in:
parent
79c52c2067
commit
4370436c42
@ -120,10 +120,11 @@ firstInstall(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
setOfficeUrl(){
|
setOfficeUrl(){
|
||||||
OFFICE_URL="https://${officeHost}.${domain}"
|
# Did le 25 mars les offices sont tous normalisé sur les serveurs https://${site}-${officeHost}.${domain}
|
||||||
if [ ! "${site}" = "prod1" ]; then
|
#OFFICE_URL="https://${officeHost}.${domain}"
|
||||||
OFFICE_URL="https://${site}-${officeHost}.${domain}"
|
#if [ ! "${site}" = "prod1" ]; then
|
||||||
fi
|
OFFICE_URL="https://${site}-${officeHost}.${domain}"
|
||||||
|
#fi
|
||||||
occCommand "config:app:set --value $OFFICE_URL richdocuments public_wopi_url"
|
occCommand "config:app:set --value $OFFICE_URL richdocuments public_wopi_url"
|
||||||
occCommand "config:app:set --value $OFFICE_URL richdocuments wopi_url"
|
occCommand "config:app:set --value $OFFICE_URL richdocuments wopi_url"
|
||||||
occCommand "config:app:set --value $OFFICE_URL richdocuments disable_certificate_verification"
|
occCommand "config:app:set --value $OFFICE_URL richdocuments disable_certificate_verification"
|
||||||
|
@ -143,6 +143,4 @@ for orgaLong in ${Orgas}; do
|
|||||||
|
|
||||||
${SIMU} ssh -p 2201 root@${SITE_DST}.${domain} "${KAZ_BIN_DIR}/manageCloud.sh" --officeURL "${orgaCourt}"
|
${SIMU} ssh -p 2201 root@${SITE_DST}.${domain} "${KAZ_BIN_DIR}/manageCloud.sh" --officeURL "${orgaCourt}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user