Settings > WordPress Tweaks > File Editor // END iThemes Security - Do not modify or remove this line /** * 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://wordpress.org/support/article/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', 'redesupe_site2022' ); /** define( 'DB_NAME', 'redesupe_site' );**/ /** MySQL database username */ define( 'DB_USER', 'redesupe_site' ); /** MySQL database password */ define( 'DB_PASSWORD', 'sBWGQAui5T4vXtlxP@G@PRQ' ); /** MySQL hostname */ define( 'DB_HOST', 'cpanel01.avatohosting.com.br:3306' ); /** define( 'DB_HOST', 'localhost:3306' ); */ /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /** * 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', 'LW|Z]xtS:7S864_U9%1bOF;&zr1O02Ri64%6e)e(129;[YkS;75VPyw&4WQ8773('); define('SECURE_AUTH_KEY', 'X/Y9/VQ!A6/v/a&K&02A94-#2DG4%7E8[|)%j4Y6p93MK!p0N4g1T[w40q5ulOk3'); define('LOGGED_IN_KEY', 'fG*_k2y|:@08F2I6_S++eljQo0YhwdUHj(uS008_KA|wp5zj0u~:Ru1ql/QSbAk7'); define('NONCE_KEY', '-nA~3UO8Opm+d+MLhA[2Vb4i7Am!/EppaK]Aq/XiCMgowOQP@dmP848@64R5X(1~'); define('AUTH_SALT', 'n*9Pj(H3L1A7p]#cGI2O77Q|thd!0mrvG0-85Ok3!LpDl@aC0jcA6S_A2!5])%!x'); define('SECURE_AUTH_SALT', '@&21yiw9+s0Z5SR;3!06PJ+9K:A/uaDnn&t/mUl+1Y01-H[nKd6%1vD1/47i-7c~'); define('LOGGED_IN_SALT', 'e!%Zm3bPKm2u2L6xJN23)Sg[+|8QIq8z8n29F9[Y3M35IeC%I|69l9]4xm8h!jc|'); define('NONCE_SALT', '3SCI:XH#3deUq)a-05uVTVHRYdTx3d-6U7pxq%Cmi_65s;]ho353+!wv[4d7(B4J'); /** * 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 = 'wpei_'; /** $table_prefix = 'DPu0tqvzu_'; **/ define('WP_ALLOW_MULTISITE', true); /* That's all, stop editing! Happy publishing. */ define('WP_MEMORY_LIMIT', '128M'); /** 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';