| Server IP : 72.167.69.62 / Your IP : 216.73.217.85 Web Server : Apache System : Linux p3plmcpnl487990.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : stwq5uhozvwg ( 8539866) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/stwq5uhozvwg/myfirstchoiceenergy/ |
Upload File : |
<?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 ** //
/** The name of the database for WordPress */
//define('DONOTCACHEPAGE', true);
// Added by Hummingbird
define( 'DB_NAME', 'm7n3kzxc_6712');
/** MySQL database username */// define( 'WP_DEBUG', true );
define( 'DB_USER', 'm7n3kzxc_6712');
/** MySQL database password */
define( 'DB_PASSWORD', 'G1puU-&gxk9F#6&oVMTkJqaj_oXv434w' );
/** 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', '' );
//define('WP_DEBUG', true);
/**
* 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', 'Zu:/&}FKc57TS32p}K1NP4S,liCImKd:cLF$5<+dqT[1?z]jmw#;36!;#C&!Iuhb' );
define( 'SECURE_AUTH_KEY', 'ZcO)K?SZ^2?d|3;RT$,$14}z+Yla!`2!u]d![qAOy*5hax`Pr;:+5hJAFSUE:Y3*' );
define( 'LOGGED_IN_KEY', 'R{SNf@bNczBIgy^:nExBio]7:~Q/m|X/xrG,tV=G_P<G6/tm~Zs=+(UpNI6Mu;ks' );
define( 'NONCE_KEY', 'k<@n-P$Eh(m/*@;kue`s I)vF>3Y*E%=exn{sJhn!}(W/a-8*5iqOe:,AE@UL<c!' );
define( 'AUTH_SALT', '3?jYp~UkMx4R09|iVh?a2LdL|ZRd/`|$?o;R-,NJNdu#N+36^|`Al({DbX9E!8&!' );
define( 'SECURE_AUTH_SALT', 'i8JYv^}|jNHz-{,z}JI~d-4qR}+ 34h^ 3IEi5R=$D6xdtC/T(cLeKr+c!c|[TCl' );
define( 'LOGGED_IN_SALT', 'DV~6PYW|U7=~&V3uB]V6{POH,h65=0v-ondFdl/`uNrPAFkucX8xg;.%6WH}6qL}' );
define( 'NONCE_SALT', '344U/]Is+oL%BAH1}pKF|o|Z8 9b~J>U1~vsX?8V=)U~94$a[|mx 8.YY3aJ E(M' );
define( 'WP_CACHE_KEY_SALT', 'y#PV~]P++A#?Plza.F@/t2d$sj%ICBIfG}o!}J9/WiE9^,4Nc?T`SR40la#4)$ga' );
/**
* 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_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true ); */
/* 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';