From 0700f0c845117dcc28759703d5f30bc051facd85 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 24 Jan 2012 14:49:15 -0600 Subject: [PATCH] Updated settings. --- test/example.settings.ini | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/test/example.settings.ini b/test/example.settings.ini index 9dc3d68..684c721 100644 --- a/test/example.settings.ini +++ b/test/example.settings.ini @@ -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"