wp-config
11/28/2017 www.wavemicro.com
<?php /** * Custom WordPress configurations on "wp-config.php" file. * * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more. * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page. * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com. * * @package WordPress * @generator GenerateWP.com */ /* MySQL settings */ define( 'DB_NAME', 'wavemicr_wrdp1' ); define( 'DB_USER', 'wavemicr_wrdp1' ); define( 'DB_PASSWORD', 'DZigEjYmSBxibvZ' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8mb4' ); /* MySQL database table prefix. */ $table_prefix = 'wp_'; /* Authentication Unique Keys and Salts. */ define('AUTH_KEY', '*mc*k^Z(p,`4qhC$h?APS7Y=s#?X2|oh-}?C11fKAH[OgzQc@qCp6/|1PK1Q,f+k'); define('SECURE_AUTH_KEY', '_@0N:8|lM0&tG`gLe.U3G>+l64HEsGhv5#dYUPVGi~WR]lJLX8-;I{iwyOPVpsBL'); define('LOGGED_IN_KEY', 'CC-ZC$Hcq=vzz}?1:Cy?F1YJ4D30S4]agn]5HWg1(Jp1jdBN](zs7w1#Jt5B-!7-'); define('NONCE_KEY', 'O6YB}~.t]0sx7w(9`zs-x ]sq`x&@[uU6jsry0+@u^tQ2;7:8T]+?>>WC{mlIU&o'); define('AUTH_SALT', 'ciB5919I=rQIwqq%0]b2n}CL!T[|-IqIR!5: i?aiw56#-?tR2^v$IpWk%J|]rge'); define('SECURE_AUTH_SALT', 'Rw`DT !.~W[?@ZQ*-]-$-i+05i?gd]68jYWcRi;gf`|@DDC}w-8{-e6YvlWmdV=s'); define('LOGGED_IN_SALT', 'W,|2Eyy->opUz{W@=d**>oZ>[+?)&$rjusd8+OF3NQtscd;jO-(&BW7'); define('NONCE_SALT', '|2IrojDeo@`$3bo7$E>Ops0EObVSS~I-IIF%{8UoaZM].%7Z 2YBq,N-?B($hh_]'); /* Custom WordPress URL. */ define( 'WP_SITEURL', 'http://www.wavemicro.com' ); define( 'WP_HOME', 'http://www.wavemicro.com/www' ); define( 'WP_CONTENT_URL', 'http://www.wavemicro.com/www/resources' ); define( 'UPLOADS', 'http://media.wavemicro.com' ); define( 'WP_PLUGIN_URL', 'http://www.wavemicro.com/www/resources/extensions' ); /* PHP Memory */ define( 'WP_MEMORY_LIMIT', '64M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' ); /* Compression */ define( 'COMPRESS_CSS', true ); define( 'COMPRESS_SCRIPTS', true ); define( 'CONCATENATE_SCRIPTS', true ); define( 'ENFORCE_GZIP', true ); /* Updates */ define( 'WP_AUTO_UPDATE_CORE', true ); define( 'DISALLOW_FILE_MODS', false ); define( 'DISALLOW_FILE_EDIT', false ); /* Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /* Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');