| Server IP : 104.26.10.163 / Your IP : 18.97.14.84 Web Server : nginx/1.27.1 System : Linux us-west-2 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : trailblazergolf ( 2637) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v7862/trailblazergolf/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* 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', 'trailblazergolfdb' );
/** MySQL database username */
define( 'DB_USER', 'trailblazergolfdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', '64NFnrnhseQ1Le8H9L' );
/** 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', 'OR!(>_fSjV8LbBWm[6 =?I[!8$iFg 1+)a+vR$|sEWYHy{x<Wl5hC?X}<VHn&0HM' );
define( 'SECURE_AUTH_KEY', 'l3;#i R0^kl,1Pr5=WRGD@%2q(fk%m$.:R>Rxx2J_p=yRIh`jMV(UC2:T%2J26y[' );
define( 'LOGGED_IN_KEY', '^u!q;S?n-V1Dg~MtH-!~^sV_?.R^,;&9.fUOWY=<]9oPrYk*:CA=o<Uv2^G?G?M<' );
define( 'NONCE_KEY', 'C$ASo)a$<[~bfjM8r=$FP&-Ys9EW$];U0g#Y9!&3a$6.WAhPBvAha&-Qaj(scBpj' );
define( 'AUTH_SALT', 'j4/gRTHRJtfz}9`b +Eo!+JqntGr6|C|lyVz}V|=5*8kv65TiaXY=27YH.g{Vz)[' );
define( 'SECURE_AUTH_SALT', '%jSZITQP{&bPOt]4IF;!_wX{3_A1t0RVYL#ve_]{`?i=SR^Pn@I=+Zta>[x-Pe#W' );
define( 'LOGGED_IN_SALT', 'F(wFt_i,7g$dh7zDnh[U}X<l!MAayG).aJA]z[0eu(L1,#O8XiPd6o(%V`6iTv?Q' );
define( 'NONCE_SALT', 'u@6^Z9?C %:M}=(fFzl8W5i9P4G~mp2(=ERwgjV9S%49|^USaOvdd8m2BF^1ZuIJ' );
define( 'WP_CACHE_KEY_SALT', 'z`ZIZV:L=C6?]q/FDS$n:}S:8P; f2cV]/^<Ix$^<v7u0ZD+UxQ-Ik%E9]zf38e*' );
/**
* 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( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'soqZOAbW1MzP0FhTJJvhyBxcR' );
/* 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';