Skip to content

Instantly share code, notes, and snippets.

@vdvm
Created October 29, 2013 10:30
Show Gist options
  • Save vdvm/7212183 to your computer and use it in GitHub Desktop.
Save vdvm/7212183 to your computer and use it in GitHub Desktop.
<?php
return array(
'includes' => array('_aws'),
'services' => array(
'default_settings' => array(
'params' => array(
'key' => 'KEY',
'secret' => 'SECRET',
'base_url' => 'http://o.auroraobjects.eu'
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment