Server : Apache System : Linux 122.228.205.92.host.secureserver.net 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : ondostategov ( 1002) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/ondostategov/public_html/ |
<?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://wordpress.org/support/article/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', 'ondostategov_website' );
/** MySQL database username */
define( 'DB_USER', 'ondostategov_ondouser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'd6hcBeTncG14' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '.8ydy?F}vYl0tolj6|%sd,]w.0hJn_}e9YxOoQ@3ix2;>$Ye%!#X{Y8lY`T2Nr.p' );
define( 'SECURE_AUTH_KEY', 'O(Jx*er=pGm>CbJ;)dd!$)}s|[+ILHOB5=Kh:}`3]u=L/kS=v$1Ca)WE[olG$cKm' );
define( 'LOGGED_IN_KEY', 'q5QBm;cf4z,<<GpYzU9lh+O-2xvk!14h;lgVb]7TYtN*|taL%)xFlyX^WhQlUvo`' );
define( 'NONCE_KEY', '7((0U$=G~A%gL(fltl~XJ?)Nwsq4{( :9P9ESP5:C6ACrxjNwxucbLQ!,)S#!LYY' );
define( 'AUTH_SALT', 'S2{RlZa@J&JEN}3d.+Mbi=l;^Lg53tC~#CC{:r&-=14A>Ma)$nJ9=yl3.7CMS (Z' );
define( 'SECURE_AUTH_SALT', 't4&f|wrGMT+J80b^B|fBX@c`]jP:(87]f9{pd*WX=x1N!I}IzV/`iE@mazxde^QA' );
define( 'LOGGED_IN_SALT', '*?=fm_l~f$,9fU@vnv7&p$Jl<b[iPo;kK9X9+>}c7d/3w:uX+w_ ROkX<?<=91}-' );
define( 'NONCE_SALT', 'Rp[CL0uizT=nlYzzw[ N%0>u%;vKeS!lahn7%mM}|(/2kSW#VgK AbtM;)J>esat' );
/**#@-*/
/**
* 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_';
define( 'WP_MAX_MEMORY_LIMIT' , '1024M' );
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
define('WP_DEBUG_DISPLAY', false);
if ( ! defined( 'FS_METHOD' ) ) define( 'FS_METHOD', 'direct' );
/* 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';