OwlCyberSecurity - MANAGER
Edit File: wp-config.php
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'smallweb_cres2'); /** MySQL database username */ define('DB_USER', 'smallweb_cres'); /** MySQL database password */ define('DB_PASSWORD', 'cyl3DmQs#QOy'); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); define('WP_SITEURL','https://cordobaresistencias.com.ar'); define('WP_HOME','https://cordobaresistencias.com.ar'); define('RELOCATE',true); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', '&i4|xd@FTOP5BOui1VozBwZl`hus9W4YB3oE@ S[in_O0<@UG;=%HqlW-G-Xq9X)' ); define( 'SECURE_AUTH_KEY', 'WQK5nV{SP^Vbf/pV~P5%}X/=A$A?[/iw~6HiTs`9xl4Zw<:xHvqw^TA}^-DE#NW&' ); define( 'LOGGED_IN_KEY', 'oB#o4( zhHG?_lV0t>=K{LYwHl4 _@&k4]rMz_PD{)Dz!he8%jK@x6BpB|,y<`c~' ); define( 'NONCE_KEY', 'lQ*QK{.~^LO/T!Z:qv|C7C/mr9<yK*jW3WXuCUGXcub?gxKc9156g.9G0nYV64x*' ); define( 'AUTH_SALT', 'm]]wD%s>OLQctKFpu~H-L=vvN97/457ND:P*JRL0dtQ&-O]SE#G+c^sC7kW;GPmK' ); define( 'SECURE_AUTH_SALT', 'SC&hZ11NCn9Q3#`[tY/Q@9xvodk`zcoX>0_w+6,(~K<If2O@qxK [681oq;x;S.{' ); define( 'LOGGED_IN_SALT', 'lO5jJTNfI}A>WmbyOVTQk30w3p3;:vUf@|alY%l&Ykr{O:xafk_LdRg*L?BQCKcI' ); define( 'NONCE_SALT', 'K >u;E=dqqdFEV%]:<s4P{:D<jpP0(RQP0!GD8+_4y{&z(H:v,0c4&<trIc;a~Yz' ); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define( 'WP_DEBUG', false ); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } define('CONCATENATE_SCRIPTS', false); /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' );