📄 Viewing: /var/www/noyanakata/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
*/
/*
*if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
* $_SERVER['HTTPS'] = 'on';
* $_SERVER['SERVER_PORT'] = 443;
*}
*/
//**define( 'WP_ALLOW_REPAIR', true );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wpnoyanakata' );
/** MySQL database username */
define( 'DB_USER', 'noyanakatausr1967' );
/** MySQL database password */
define( 'DB_PASSWORD', 'QSXhVasdfsasdf9876asdflhkj123javklj' );
/** 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', 'cXfv-1=f0a/~xKQRFU^ 9:3nD0( 7F}$.)3b1O~nf1Ko`6$uyyh6D>]h0o`hH3$=' );
define( 'SECURE_AUTH_KEY', 'c_qpP];P,7U.Aw=x/Tv>7l:Vl&aerS]62.?X*GWn)MQ]|vZ?{!nNWZdk<E!jQvvi' );
define( 'LOGGED_IN_KEY', 'zSKc;d}glCZkX4- n&{H[&z~_J?c!=}G[eMbUbk#s55w_ 4m|&uRM(wVJC8y&9)A' );
define( 'NONCE_KEY', 'YZY^}mQ~.lLudWeR$L(w8]5k8-#)sC>xKsP>d%h2fUyfY6Q&NC23L9Jm9M)K+in=' );
define( 'AUTH_SALT', '$Z4&d]+k~=rHK?,o#ea`R;sAOhl|F{6_zG~_{{<i;^&VfLeX:peV]?z8`G#ekcls' );
define( 'SECURE_AUTH_SALT', '_%}`g(Y|`*14$,9zRFM,v4^:49F1=oH+u+)#OI&L6H|~{zUJ9|;}IZ9&R;ni*;qM' );
define( 'LOGGED_IN_SALT', '-&LqA-8P}dK)OC13fsH!Lk!02]N@3Ib4Jnl)#tl:PP),yy=|R&j3,ow{NtRJ#x:T' );
define( 'NONCE_SALT', '0}`dGx&^% X^P6+gb3*DDVxX;-3G5E/ 4*%irx/7I$Hq8}oDBz/xH<b8ASwN#9xn' );
/**#@-*/
/**
* 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', true);
define('WP_DEBUG_LOG',false);
define('WP_DEBUG_DISPLAY', false);
/* That's all, stop editing! Happy publishing. */
/** 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' );
#define( ‘DISALLOW_FILE_EDIT’, true );
if ( ! defined( 'DISALLOW_FILE_EDIT' ) ) {
define( 'DISALLOW_FILE_EDIT', true );
}
define('FS-METHOD','direct');
← Back to directory