mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-06 05:30:57 +00:00
Support custom Azure publish endpoint
This commit is contained in:
@@ -104,6 +104,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"accountKey": "",
|
||||
"container": "repo",
|
||||
"prefix": ""
|
||||
"endpoint": "blob.core.windows.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,6 +96,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"accountKey": "",
|
||||
"container": "repo",
|
||||
"prefix": ""
|
||||
"endpoint": "blob.core.windows.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user