?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/



?? Go up: /home/webdevt/www

?? Viewing: 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 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', 'dev-uz-avocat' );

/** Database username */
define( 'DB_USER', 'dev-uz-avocat' );

/** Database password */
define( 'DB_PASSWORD', 'dey0yeu2TNBhkx9djx' );

/** Database hostname */
define( 'DB_HOST', 'um4042-001.eu.clouddb.ovh.net:35384' );

/** 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',         '+z%ru}zSqh@TkDUtL}`rV%-X8Cm8kC(l)[/Qa2/PHk>7d+bcd7{5,v:^=2Y>n@jG' );
define( 'SECURE_AUTH_KEY',  '5O*NcJ[Nt!lc!Ts1:#5720FK2~b7ROX0yXytPL{|_vc9)B]1XnZ+ ,o{]j6}:L.@' );
define( 'LOGGED_IN_KEY',    '=8sCtc*ZYpKk{oDd8NKT{KPGS3&>mQ(Xa:xIhq9-QIsoH(NNg,hB`s[)0cS4h?Gk' );
define( 'NONCE_KEY',        '<ESds%!-OqH6b.u=|`2*}(*hk0^R|Sdgx~D68,9^6>s=KyVBuP;)<R&DkjNL4)L?' );
define( 'AUTH_SALT',        'VGZ*i|a7`dKRg9;yx]IwEmE+IWXE=n3i2).rR=ki,SX|QX~fdVB81#wu_Tl=i>o]' );
define( 'SECURE_AUTH_SALT', 'p+j@lL!cMU_RWPh#qE[khDna~e@rJ6lA55[f!U8,6 Vkm;Eh`NX>ftqsIqEN,Dbn' );
define( 'LOGGED_IN_SALT',   'vMy?|ftKce:2 8z>43EycZ7Xh/)Kcbi%_(kd+0?;1;SlWg03bb`%o1#b8#wif?%9' );
define( 'NONCE_SALT',       'cs0-0YX.<<?& ]d2v/  JH%{/sR!;Ezhu>s7nky9A2}2CM,i/F_COE_wiOgo`{Q;' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */
@ini_set( 'upload_max_filesize' , '512M' );
@ini_set( 'post_max_size', '512M');
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );


/* 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';


??

??