Skip to content

Instantly share code, notes, and snippets.

@pfefferle
Created June 27, 2013 13:24
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 pfefferle/5876359 to your computer and use it in GitHub Desktop.
Save pfefferle/5876359 to your computer and use it in GitHub Desktop.
<?php
define('PERSONA_AUDIENCE', 'matthias@pfefferle.org');
define('SITE_TITLE', 'Matthias Pfefferle');
define('SITE_BASE_URL', 'http://127.0.0.1/converspace/');
define('USER_EMAIL', 'matthias@pfefferle.org');
define('USER_NAME', 'pfefferle');
define('USER_BIO', 'jo');
define('DB_HOST', 'localhost');
define('DB_USER', 'converspace');
define('DB_PASSWORD', 'converspace');
define('DB_DATABASE_NAME', 'converspace');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment