<?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/support/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', 'timgadceramDatabase' );
/** Database username */
define( 'DB_USER', 'timgadceramUser' );
/** Database password */
define( 'DB_PASSWORD', 'vq-2s.l#)cUE' );
/** Database 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', ')5l77#7je!~d!E-Pu#Y8mQ6D,/el#U3 vR-bghl,G@b:,l{^o4r_HJ6?C8v9a&e7' );
define( 'SECURE_AUTH_KEY', 'ge!jI- Z>#r%_aBCTqjeD<penc-9i/9N+X${;vQ%H7FXo)EC~4NM1Y/@SKp2x/ig' );
define( 'LOGGED_IN_KEY', 'XVKn>_~CB)XJ0yWbrTrA+~E?3u2unfro:pFar-C&t@U[t|,T}}F5|bA|5?|@D?Vn' );
define( 'NONCE_KEY', '$K_3]%5RMIIap:4<>zby:]LNGB@ o0Mvfz>f_D$<yQ)$?8D,qbm9@s02f5ZF=j|F' );
define( 'AUTH_SALT', '4N+TBN l3|3UcGgZQEv0A<2UX=hi-#z@WuX ]=>!awpCM|55:OyHJ;=zqe &;IeM' );
define( 'SECURE_AUTH_SALT', 'C#fiEqVEa!Z;?Ce~P4X{N@X*$g$i]LMeq#qn[yce/za`S^,t7&B4,kcXhsX^opUu' );
define( 'LOGGED_IN_SALT', 'vmizn:.YRH+l)3_f4_^`5K)&0+t)!!]W<y`Wzg;]mUvD$6x+2IZ1d>J50HL~LA7s' );
define( 'NONCE_SALT', '2:r502cB1{(lP+<-!Kx6osy?ygGU^7eAQMu9~W>]Cr|*HW~>4t?(G!*[;3^B/@/F' );
/**#@-*/
/**
* 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 = 'tiwmgpad_';
/**
* 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_MEMORY_LIMIT', '256M' );
/* @link https://fr.wordpress.org/support/article/debugging-in-wordpress/
*/
/*define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );
define( 'SAVEQUERIES', true );
define( 'WP_DEBUG_LOG', '/wperrors.log' );
*/
/* C’est tout, ne touchez pas à ce qui suit ! Bonne publication. */
/*define('ALTERNATE_WP_CRON', true);*/
/** Chemin absolu vers le dossier de WordPress. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
//define( 'DISALLOW_FILE_EDIT', true );
define('UPLOADS', 'medias');
define('WP_CONTENT_FOLDERNAME', 'deploy');
define('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME);
define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/');
define('WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME);
define('WP_PLUGIN_FOLDERNAME', 'assets');
define('WP_PLUGIN_DIR', ABSPATH . WP_CONTENT_FOLDERNAME.'/'. WP_PLUGIN_FOLDERNAME);
define('WP_PLUGIN_URL', WP_CONTENT_URL .'/' . WP_PLUGIN_FOLDERNAME);
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Name Last modified Size Description