| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/INFRABIK/ |
Upload File : |
<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'exo' );
/** Database username */
define( 'DB_USER', 'exo' );
/** Database password */
define( 'DB_PASSWORD', 'udgfhrgfsghrfdu' );
/** Database hostname */
define( 'DB_HOST', '194.163.155.171:443' );
/** 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', '#f-dvFch9`?@@V>T*1[ypE`/(Nm|Yw5akJS0^?A[v?X6CX5YH+;w6m}dJv|t:K/I' );
define( 'SECURE_AUTH_KEY', 'b+~63S]rT=SWI$sG_!PI]ciAhYY+HJGYG,}nepP?ZYs?znk;Sd!^Ph)Az;Mfrf:u' );
define( 'LOGGED_IN_KEY', 'MZ8NF(!Sq-KMG&7u?%*}rBk)zK~{7qW_~=htk3=E!kvW{TnRHN4!aE0_($;*-[?I' );
define( 'NONCE_KEY', '} 1F,[]0Rw0}!NxaCfJyxvX()}Sr*&m<eColsBo{pD<2 zIe-2:-;QLLsnN_Xc)t' );
define( 'AUTH_SALT', 'K?-pe;8&Expb?k)3+,MzDQwG0ynHPvX-]C.5RIW`nk Vz5;c[:bA3i3BRB>+@=q]' );
define( 'SECURE_AUTH_SALT', '3ULA%`C9}N9<9TXdI~ CJRExh!t6-e2)3~HpjOB52m:}`n0ON}Cjd;7|5VbM!Y]W' );
define( 'LOGGED_IN_SALT', 'otrE2i<6l^23IhcsE/=h$enTY=,]JB>/|=[i><](-ED|h^`KPPLCO9OM@UdUdOd]' );
define( 'NONCE_SALT', 'bh=k{5Pm9pN+bo9zf96V#&J7=+>4D0o,V[ }LU5),Z3k5R(^jJ]s_$]o-/,9YJ53' );
/**#@-*/
/**
* 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_439451473026054';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';