Server : Apache System : Linux vps-11451614.idig.com.br 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : qscolchoes ( 1033) PHP Version : 8.2.28 Disable Function : NONE Directory : /home/qscolchoes/public_html/ |
Upload File : |
<?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://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', 'qscolcho_wp627' ); /** MySQL database username */ define( 'DB_USER', 'qscolcho_wp627' ); /** MySQL database password */ define( 'DB_PASSWORD', 'l)6pe(22SG' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'oiuodqifmrmpxlpwrvwuuk1gzunsaqj2iislnv4r9rhn6vv5zpkp6u2lt7mmy0o2' ); define( 'SECURE_AUTH_KEY', 'nts9widif2vre83nlg3hqrzeqlsagn2yzfhp1qbzqx0cokcnhulecz3fhxp5hsdg' ); define( 'LOGGED_IN_KEY', '46zkr7xnvopge4rlacbr2qq32i8apf4tq85ts8let6lkuhj3glbsxjfeqrksprvj' ); define( 'NONCE_KEY', 'bpdp48e0v0p6mrqw26kckq4gqltewhw1qis4xz7ez7pan8dilwbollvrhkhotctb' ); define( 'AUTH_SALT', 'u4lqwjihsijzstucyglypedyngwy3kvakc2tdf9jsei2drbss8bfe9ok0fwldhkd' ); define( 'SECURE_AUTH_SALT', 'qprgksb7bjjfqqwsy0eiqy4k32luyipvfnqenr2igwfvklcaenpq64lbwtt9qakj' ); define( 'LOGGED_IN_SALT', 'ohs4fole9rjle5t4rzp1vgfrbunpftn3opukhkqcp6rc7wfl72qlgmqkdvnu4ety' ); define( 'NONCE_SALT', '0wksndifdhqjd6yn9wucooy6upk93hnmxxkjp12pcewxgvki2hfenainxivbwpqj' ); /**#@-*/ /** * 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 = 'wpup_'; /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';