mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
ARM templates. Gov cloud storage test
This commit is contained in:
@@ -233,7 +233,7 @@ cat <<EOF >/var/opt/jfrog/artifactory/etc/artifactory/binarystore.xml
|
|||||||
<provider id="azure-blob-storage" type="azure-blob-storage">
|
<provider id="azure-blob-storage" type="azure-blob-storage">
|
||||||
<accountName>${STORAGE_ACCT}</accountName>
|
<accountName>${STORAGE_ACCT}</accountName>
|
||||||
<accountKey>${STORAGE_ACCT_KEY}</accountKey>
|
<accountKey>${STORAGE_ACCT_KEY}</accountKey>
|
||||||
<endpoint>https://${STORAGE_ACCT}.blob.core.windows.net/</endpoint>
|
<endpoint>https://${STORAGE_ACCT}.blob.core.usgovcloudapi.net/</endpoint>
|
||||||
<containerName>${STORAGE_CONTAINER}</containerName>
|
<containerName>${STORAGE_CONTAINER}</containerName>
|
||||||
</provider>
|
</provider>
|
||||||
</config>
|
</config>
|
||||||
|
|||||||
Reference in New Issue
Block a user