Skip to content

Instantly share code, notes, and snippets.

View sanderson's full-sized avatar

Scott Anderson sanderson

View GitHub Profile
@sanderson
sanderson / wpdbsettings
Created March 31, 2011 16:59
Example of Pagoda Box WP DB Settings
define('DB_NAME', 'armandina');
/** MySQL database username */
define('DB_USER', 'ila');
/** MySQL database password */
define('DB_PASSWORD', 'z4rolVrp');
/** MySQL hostname */
define('DB_HOST', 'localhost:/tmp/mysql/armandina.sock');
@sanderson
sanderson / wpboxfile
Created March 30, 2011 17:19
Default Wordpress .box File
general:
writable_directories: [ /wp-content/uploads/ ]
php:
display_errors: off
upload_max_filesize: 20M