HEX
Server: nginx
System: Linux starseed.fr 5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64
User: root (0)
PHP: 8.2.13
Disabled: NONE
Upload Files
File: /home/starseed/domains/rba.starseed.fr/public_html/wp-config.php
<?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', 'rba' );
/** MySQL database username */
define( 'DB_USER', 'db@rba.starseed.fr' );
/** MySQL database password */
define( 'DB_PASSWORD', '35ZvkxYgZ0hwUsW' );
/** 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', '' );
define('WP_POST_REVISIONS', 3); 
/**#@+
 * 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',         'qX2F9as:bum{?Bnk^0/p60ZBS:CN/0NJi:`(!S0?CX@D{DvhM(%p6hI3!qV^TwTj' );
define( 'SECURE_AUTH_KEY',  '$9s$kXLO7u4>a[$ i`;t|Hz^Ys<hhr;(W+W<m.iy?H:DOcqsIyg)NWSIQ3IIN=>W' );
define( 'LOGGED_IN_KEY',    'j1 v<5/v749SLh3cfDeH;Kz*:kH9yqOIC7(E5&esjUl.NAji0)dBr{LBCLl68*gY' );
define( 'NONCE_KEY',        'VxcxdQ6t< TkC?#dW9;Oq6FfoM7hHtnBDG:[!J%D_TA:mA5VvD/93ZmBcRh<j_77' );
define( 'AUTH_SALT',        'c@{rjHE3dfhELQSK45Da|f?JTxxH|*gIWgf- Wv/KtNwW3aHMySVy|h0d;:-<-iP' );
define( 'SECURE_AUTH_SALT', 'M94.$f[+%lu^mieMvCu+_R ]0wR<m5=$EYRe,]}c|=xy0k>%0mj+(<xVVR9g8,Rk' );
define( 'LOGGED_IN_SALT',   'fv2S+OEYZc[un /]_h.3QsG#1(#gW-)YaRKIoW^i9s?C7B^k+-q;zKf<w=|)&-j5' );
define( 'NONCE_SALT',       'Qq$vQffS:b(d&5|]/~bLiN,.sPb@gPB/LjA!MwgjQvu5bV}bMvr2G)uPoKRk3,:s' );
/**#@-*/
/**
 * 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_';
/**
 * 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';