D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
Filename :
wp-config.php
back
Copy
<?php //Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'cBIYYu5U2bPp5jG1L0Aa2X6zQuGoHYKoms8yDQeTCHuLS5zbzK84GmBURwNIHOoH'); //END Really Simple Security key /** * 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', 'weboems' ); /** MySQL database username */ define( 'DB_USER', 'webuser' ); /** MySQL database password */ define( 'DB_PASSWORD', 'MdH#29Rm' ); /** 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', '' ); /**#@+ * 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', 'wWGw1j:r+UCcUFY nHdW8OW} Ip1,Nd_)Ve~xJP%hP4 8+{ETqhtcjUjMlL^T^4:' ); define( 'SECURE_AUTH_KEY', 'C`z,?On<JcZ/:UZk:0/?7dgOmN&=Fj]|w0a#@07-s-cGr0$E4-exKS>Jrl>Yi$j-' ); define( 'LOGGED_IN_KEY', 'Rm+LaJgM<B}u*o2D`;nRq56}AXL+x^-9|MX.k6^81 %|vp!&GOG)dQM*w#eY?@4^' ); define( 'NONCE_KEY', 'kdd^5n9;Q<wBUiKZ[02[<>:hu8ZOU650Iy~.8^&Ps4!U^|LAG$r?`)oNWW/G;Q%u' ); define( 'AUTH_SALT', 'OGsLd2?yu+<2v(mq,;!p3D|4>p9*aKNaiA%z8dn:}_:$SSk2:dIqG5|nY;?:}`on' ); define( 'SECURE_AUTH_SALT', '=>o+>06KRDv4 yV+}GTEeM}VTX97A4;|)q&%E#Z$?szC(/l@E$Uex=3i{Q<vp>j;' ); define( 'LOGGED_IN_SALT', '>h%,]cL%&w?q|C_MV8r?2AN+j68Ol:U%tb&96WkknW!pTn@Mg|Y7@rQMjz4Z<B_%' ); define( 'NONCE_SALT', 'S&r/&~hqx-Q%4M;8tvfeL}~%`bo%XEfg](yS0$@:4y}U}hg,>MB$~`[7?#G.=sk3' ); /**#@-*/ /** * 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 = 'wp2021_'; /** * 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 ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';