File: /home/hanode/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://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('DB_NAME', 'hanode');
/** MySQL database username */
define('DB_USER', 'hanode');
/** MySQL database password */
define('DB_PASSWORD', 'w2Oqc1UTkrkuqOE');
/** 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', 'nt,p5g~UTOkY{xz&D7.88{C,`(M,1>g5c3u@vV{~Rafp}NFD9,!9JRKs3C$t@B9r');
define('SECURE_AUTH_KEY', 'n[`HgF8l_x5q+n_Jb{D=by`.JVrDDkZGJ(G1#;U.Ag(Mbca_}EK5fH9aY9<:lUsp');
define('LOGGED_IN_KEY', 'yTs6o8.J-d.hI7{hYzB$#fP:ar<@5QBXIt$/pcyyHj]P3i4Lk fSQEAWBBF r2s-');
define('NONCE_KEY', 'U#wV9FpP&}QF!V`~7wv*6!Nq.5sBYbO@<.h|(k3>&r5w)1+v55HL%//Af,pf=ad0');
define('AUTH_SALT', '/y!p3p]C^/rHzn&o~aNsoRDSD]/((KN{p/@Tc>`qj^DhN5nGw*RFr&x&YM=qjxAc');
define('SECURE_AUTH_SALT', '78hMVY/~}Q+gJpcV9)$EUY2X#ULVM46Og;F_f 0yQI!le{+*q`{fo=9t7X*uWX%H');
define('LOGGED_IN_SALT', '-~0AH&aaq ] &/@>e^B>Vg5/d|oU4A<BHeW&GIhfY8,>cFowMdO:dW}>| RrZstF');
define('NONCE_SALT', '_x4>W[hk5:x`]?,5BT`RR^w>fJT>O}M+OpT0QRA2$WS%els?0w92f8_Va}gC>l.m');
/**#@-*/
/**
* 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!
*/
define('WP_MEMORY_LIMIT', '256M');
$table_prefix = 'pcsc1_';
/**
* 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);
/* 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');