/
home
/
faureele
/
extra-til
/
Upload File
HOME
<?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', 'faureeleoreos' ); /** MySQL database username */ define( 'DB_USER', 'faureeleoreos' ); /** MySQL database password */ define( 'DB_PASSWORD', 'Itleg38540BP14Valencin' ); /** MySQL hostname */ define( 'DB_HOST', 'faureeleoreos.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', 'vsL[Ht7]ULG:r8gGV*.e^a&-Bx3=2N;WB&+8>~!67+5+c/YU4Y<ej4R8FlOw*pxt' ); define( 'SECURE_AUTH_KEY', 'p[{1FpYzsaDld0d%!Z$g7jM6e=p#-s|;^n<#!,8J9U6;fXv#,~O %T?b2WPOoReF' ); define( 'LOGGED_IN_KEY', 'gGxHN[j1s4QvrwxXx7ERtTq+&];bv-f!t_Tz:;Yw~`)I#z8e,C}c{SC[C4SQT+Kt' ); define( 'NONCE_KEY', 'w!vzK%vEQlmGH1lK/G;ta>)ir~!IFDWFF3$K]pyXK/RUy#uFv1RVE)}6cgBa`cB}' ); define( 'AUTH_SALT', '{OKX-_gi{|v}](r.UhtjclkB3V!CZ(kmk`u3cdRxjq_5@4t2lv61&>Z(])x)Rw`o' ); define( 'SECURE_AUTH_SALT', 'w0r3;!id|xqeY#; rPk=Yfn+]eRM/dA<X:Cgr)CiXzO/9`z2ikmJ|nEBh]cT_1[(' ); define( 'LOGGED_IN_SALT', 'X*)1[bZgUfT`s8()+=*z$uVQJ}F^m1^4q>ZOZDrG.h~(S#%Z,s;n)MFj,Nu+/Q}I' ); define( 'NONCE_SALT', 'I3|/sujOSK2t,N>~;a%)e0M[K_T8$]D|4f%1S[n|<^_NF0)E{7hRUXE0R)bSw5eX' ); /**#@-*/ /** * 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 = 'extratil_'; /** * 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 ); define('WP_ALLOW_MULTISITE', true); define( 'WP_POST_REVISIONS', 3 ); /* 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';