Skip to content

Instantly share code, notes, and snippets.

@AdrianRossouw
Created April 13, 2010 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrianRossouw/365022 to your computer and use it in GitHub Desktop.
Save AdrianRossouw/365022 to your computer and use it in GitHub Desktop.
$options['master_db'] = 'mysql://root:pass@localhost';
$options['master_url'] = 'http://aegir.dev';
$options['web_host'] = 'aegir.dev';
$options['web_group'] = 'nogroup';
$options['script_user'] = 'adrian';
$options['restart_cmd'] = 'sudo /Applications/MAMP/bin/apache2/bin/apachectl graceful';
$options['backup_path'] = '/Users/adrian/Projects/hosting/backups';
$options['config_path'] = '/Users/adrian/Projects/hosting/config';
$options['web_ip'] = '127.0.0.1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment