<?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://codex.wordpress.org/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('WP_CACHE', true); //Added by WP-Cache Manager
define( 'WPCACHEHOME', '/home/admin/openulis/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'openulis');
/** MySQL database username */
define('DB_USER', 'openulistat');
/** MySQL database password */
define('DB_PASSWORD', '*******');
/** 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', '');
/**#@+
* 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', '@T|!b2&.HhsH^&%[jMRz$]]#ow|wzR#u;4bG3;sZ9<TuJOIrg0j&2bt.4bRQMn+|');
define('SECURE_AUTH_KEY', 'TTUXc+O+%tJ- Xxp(~}?e~8m/C4D%<_j/wohYq<4(>`=3F{sfu7<8r(, % 2dir:');
define('LOGGED_IN_KEY', 'amvdCcUHa(V]eS@c|2`%_1HNI0uR7-(~+?rx$hjO=L~=gD/PEj>B*?jo@n;H_POh');
define('NONCE_KEY', '_jf$)|^#qW8oU}x#WMyozVkI0;3h?~6~ZHIE?YC!l:D~k2[*w:_FUsI3Jm*w4FSO');
define('AUTH_SALT', 'Qb#->TOJDSqz7]2qPWXw4>_WQgQ|0iB]uF /31~&_C!>w!gKOKOC-h#%srlXR5Of');
define('SECURE_AUTH_SALT', '2NQOULv&~4r.W;>X1S3E<Aq ^^B*H(}Yg1]2?6jFDf?B~u`Ou|5x5n8fPf:$#U+Z');
define('LOGGED_IN_SALT', '%MrSNgqc|h[~Lr}]iHq9]yj|u[M26b:+}RnHkrt!GL?F>&:-`l[p=9ru5>UUtx^A');
define('NONCE_SALT', 'De3Tp1$A8_I.a^<^[0JdqQ>K|GRVoZ(e!-Ip+tFg220XykU:GBEW3?br3#`W$AT~');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define( 'WP_MEMORY_LIMIT', '128M' );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');