54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| 
 | |
| ;;;;;;;;;;;;;;;;;;
 | |
| ; Object Storage ;
 | |
| ;;;;;;;;;;;;;;;;;;
 | |
| 
 | |
| ; Settings to work with swift:
 | |
| hpcloud.swift.account = 12345678:87654321
 | |
| hpcloud.swift.key = abcdef123456
 | |
| 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 is the default Identity Service URL.
 | |
| hpcloud.identity.url = https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0
 | |
| 
 | |
| ; Set the tenant ID
 | |
| hpcloud.identity.tenantId = 
 | |
| 
 | |
| ; For authentication by username.
 | |
| hpcloud.identity.username =
 | |
| hpcloud.identity.password =
 | |
| 
 | |
| ; For authentication by account ID.
 | |
| hpcloud.identity.account =
 | |
| hpcloud.identity.secret =
 | |
| 
 | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | |
| ; Configuration Parameters ;
 | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | |
| 
 | |
| ; To set the HTTP transport layer to use CURL.
 | |
| ; Currently this is the default, and it requires
 | |
| ; PHP CURL support.
 | |
| ; transport = "\HPCloud\Transport\CURLTransport"
 | |
| 
 | |
| ; This uses PHP's built-in HTTP stream wrapper. It is
 | |
| ; much slower, buggy, and does not work with some versions
 | |
| ; of Identity Service.
 | |
| ; transport = "\HPCloud\Transport\PHPStreamTransport"
 | |
| 
 | |
| ; Site the max time a connection will wait for the transaction to complete.
 | |
| ; transport.timeout = 500
 | |
| 
 | |
| ; Set to 1 to turn on verbose debugging of the transport.
 | |
| ; transport.debug = 0
 | |
| 
 | |
| ; Set to 0 to tell SSL not to worry about certs that can be verified.
 | |
| ; transport.ssl.verify = 1
 | 
