Updating settings.ini.
This commit is contained in:
parent
a12b7e78bf
commit
964df86366
@ -19,10 +19,12 @@ hpcloud.swift.container = "I♡HPCloud"
|
|||||||
; Note: Do not append a version number!
|
; Note: Do not append a version number!
|
||||||
hpcloud.identity.url = https://region-a.geo-1.idenity.hpcloudsvc.com
|
hpcloud.identity.url = https://region-a.geo-1.idenity.hpcloudsvc.com
|
||||||
|
|
||||||
|
; Set the tenant ID
|
||||||
|
hpcloud.identity.tenantId =
|
||||||
|
|
||||||
; For authentication by username.
|
; For authentication by username.
|
||||||
hpcloud.identity.username =
|
hpcloud.identity.username =
|
||||||
hpcloud.identity.password =
|
hpcloud.identity.password =
|
||||||
hpcloud.identity.tenantId =
|
|
||||||
|
|
||||||
; For authentication by account ID.
|
; For authentication by account ID.
|
||||||
hpcloud.identity.account =
|
hpcloud.identity.account =
|
||||||
@ -34,3 +36,16 @@ hpcloud.identity.key =
|
|||||||
|
|
||||||
; To sest the HTTP transport layer to use CURL:
|
; To sest the HTTP transport layer to use CURL:
|
||||||
; transport = "\HPCloud\Transport\CURLTransport"
|
; transport = "\HPCloud\Transport\CURLTransport"
|
||||||
|
|
||||||
|
; The default is to use a PHP stream wrapper, which is slower,
|
||||||
|
; but widely supported.
|
||||||
|
; transport = "\HPCloud\Transport\PHPStreamTransport"
|
||||||
|
|
||||||
|
; Site the max time a connection will wait for the transaction to complete.
|
||||||
|
; transport.timeout = 500
|
||||||
|
|
||||||
|
; Turn on verbose debugging of the transport.
|
||||||
|
; transport.debug = 0
|
||||||
|
|
||||||
|
; Tell SSL not to worry about certs that can be verified.
|
||||||
|
; transport.ssl.verify = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user