Browse Source

Merge pull request #3260 from itised/master

config options for larval/framework pr #7409
Taylor Otwell 9 years ago
parent
commit
94000aec2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

@@ -63,6 +63,7 @@ return [
 			'container' => 'your-container',
 			'endpoint'  => 'https://identity.api.rackspacecloud.com/v2.0/',
 			'region'    => 'IAD',
+			'url_type'  => 'publicURL'
 		],
 
 	],