Skip to content

Instantly share code, notes, and snippets.

@cloudmanic
Created March 17, 2014 22:35
Show Gist options
  • Save cloudmanic/9609776 to your computer and use it in GitHub Desktop.
Save cloudmanic/9609776 to your computer and use it in GitHub Desktop.
app/config/site.php
<?php
return [
// Site Config.
'site_name' => '',
// Amazon Glacier
'aws_glacier_key' => '',
'aws_glacier_secret' => '',
'aws_glacier_region' => 'us-east-1',
'aws_glacier_vault' => ''
];
/* End File */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment