Updated settings.

This commit is contained in:
Matt Butcher
2012-01-24 14:49:15 -06:00
parent 5f2ba08757
commit 0700f0c845

View File

@@ -1,4 +1,8 @@
;;;;;;;;;;;;;;;;;;
; Object Storage ;
;;;;;;;;;;;;;;;;;;
; Settings to work with swift:
hpcloud.swift.account = 12345678:87654321
hpcloud.swift.key = abcdef123456
@@ -6,3 +10,27 @@ hpcloud.swift.url = https://region-a.geo-1.objects.hpcloudsvc.com/auth/v1.0/
; Container used for testing.
hpcloud.swift.container = "I♡HPCloud"
;;;;;;;;;;;;;;;;;;;;;
; Identity Services ;
;;;;;;;;;;;;;;;;;;;;;
; This URL is bogus. Replace it with the correct one.
; Note: Do not append a version number!
hpcloud.identity.url = https://region-a.geo-1.idenity.hpcloudsvc.com
; For authentication by username.
hpcloud.identity.username =
hpcloud.identity.password =
hpcloud.identity.tenantId =
; For authentication by account ID.
hpcloud.identity.account =
hpcloud.identity.key =
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Configuration Parameters ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; To sest the HTTP transport layer to use CURL:
; transport = "\HPCloud\Transport\CURLTransport"