<?php /** WordPress's config file **/ /** http://wordpress.org/ **/ // ** MySQL settings ** // define('WP_CACHE', true); //Added by WP-Cache Manager define('DB_NAME', 'morphone_wasabi'); // The name of the database define('DB_USER', 'morphone_steph'); // Your MySQL username define('DB_PASSWORD', 'baylife12'); // ...and password define('DB_HOST', 'localhost'); // ...and the server MySQL is running on // Change the prefix if you want to have multiple blogs in a single database. $table_prefix = 'wp_lwjy2f_'; // example: 'wp_' or 'b2' or 'mylogin_' define(’WP_POST_REVISIONS’, false); // Turns off post revisions. define('AUTH_KEY', 'nJ&}zQ7-ty_Ca/~ d|Lgu;OdCX !>y$)u%n[LM|ZaZ0w<Pj*mR?s$ogwR/G-~x?k'); define('SECURE_AUTH_KEY', '|QR+&!]gBR4d|fFeMy;Z5#+y.E6B>f(JF7N`>!^dt`DcI)-j80kJ3z/oXWa$ONSu'); define('LOGGED_IN_KEY', 'ZnP2*/}9O3{MOEMg}:?s*6EaepL2?mzA31mUHI:yjduat-;g*C?L4C&!$N.5SE11'); define('NONCE_KEY', 'yDQU92*(;bFD-ZYDq>xN{[Xf(H|BOTYg)ro,uu,g)9V~NWSw0a+7ILwHm?+(|s%p'); // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* Edit for backup buddy to allow Amazon S3 connection define('ALTERNATE_WP_CRON', true); End edit for backup buddy to allow Amazon S3 connection */ /* Stop editing */ $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; define('ABSPATH', dirname(__FILE__).'/'); // Get everything else require_once(ABSPATH.'wp-settings.php'); ?>
Name Last modified Size Description