Skip to content

Instantly share code, notes, and snippets.

@davehewy
Last active December 16, 2015 13:58
Show Gist options
  • Save davehewy/5445144 to your computer and use it in GitHub Desktop.
Save davehewy/5445144 to your computer and use it in GitHub Desktop.
<?php
return array(
"siteurl" => "singapore.kidevelopment.pw",
"s3bucket" => "s3bucket",
"s3accesskey" => "s3accesskey"
);
// Example usage
$deploy_conf = include('deploy.conf.php');
// Avaiable as
echo $deploy_conf['siteurl'];
?>
siteurl=singapore.kidevelopment.pw
s3bucket=singaporebucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment