prueba
prueba
<?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', 'db_viewnext' ); define( 'DB_USER', 'username_here' ); define( 'DB_PASSWORD', 'password_here' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8mb4' ); /* MySQL database table prefix. */ $table_prefix = 'wp_'; /* Authentication Unique Keys and Salts. */ define('AUTH_KEY', 'DwyXFH1`^wA@1xp&Yc3H]w5sdNP|laS_U/|19Zt<cY-T$xf'); define('SECURE_AUTH_KEY', '{m6h08i(e(n+]}r&NkuO$o=mcu%:pNURt+]gRUXhcYGeN~r7#4!uxmSD]G'); define('AUTH_SALT', 'pz`8SMEz!/=mtZ%,+~[sL$$es!>yC*k$!y_.NUy>OzWy*X4#1)lRx+fp-C$^C| J'); define('SECURE_AUTH_SALT', 'Gp^@CX7J}hf|.eJ8wY*U#r(/(K?*2`M|/~[mNQeXY=3X?dj1F-hW*(BFpC|b`|2/'); define('LOGGED_IN_SALT', 'VPG--!Rk[ofu40#!(nI& m7/^Pq|EP9|A|]TMsq.m4F:PY}ooaH?$Ks+x!ziTdxDl}ma@:);32z-E.$Bg--xc*Z=$FPna%-Ce(X#!R|$me)S3'); /* Multisite. */ define( 'WP_ALLOW_MULTISITE', false ); /* WordPress debug mode for developers. */ define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'SCRIPT_DEBUG', true ); define( 'SAVEQUERIES', true ); /* 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');