<?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', 'devopusc_devopus' );

/** Database username */
define( 'DB_USER', 'devopusc_devopus' );

/** Database password */
define( 'DB_PASSWORD', 'Cc*Jx2N@9n' );

/** 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',         'm|Nytm,^6U GvU8_9) 5<{7Qf,gN^L`oS~.T3u}/@{4a<X34f; rmS.^1E?5L]rn' );
define( 'SECURE_AUTH_KEY',  'U>GeLa#if :}xY ( tgc,!:Wy>$W5RK+ctHo{MK#H5aD8iv6&W$nirT==!~&KZz_' );
define( 'LOGGED_IN_KEY',    'N%y(+a9RQ&D!y0d;3<_g|M,i$A#OIkC _S{Pdjfzxfd+cw^9OIiCZ`g5 X)7@aN%' );
define( 'NONCE_KEY',        'Fe_ezHHHn5<!S=N;os)enz-jTzg>0P@S)jG!aFvi2ZM-<RC#1}GKl}Ig|_RtY$Q0' );
define( 'AUTH_SALT',        'V^eXev ctn(pqzy(}7wmomyiyvG6I/zqAC2UHx>V`dA5}80o?`L^QrUak4vhREIn' );
define( 'SECURE_AUTH_SALT', '+k%IyX8z.d|~b?75^R6XDc+|ja[h$?!}`zj[ZBj1ECRn<wpM5P5bGeC==-8B<.m.' );
define( 'LOGGED_IN_SALT',   'uJJC}AqV>-=y0f a$c=M)wC>PD|V+ik/G~nsh^PF@xFEuvxC:>VK;%hG-7?wIS$m' );
define( 'NONCE_SALT',       ' k~oS{(i%,xBkkl(buG&(690-(,O[Fm{dwim1)e(sg 3KX1I_0]UQ23Qs9|_{.(_' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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. */



/* 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';
      Name                    Last modified      Size  Description