/** * 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('WP_CACHE', true); define( 'WPCACHEHOME', '/home/hgra1120/public_html/wp-content/plugins/wp-super-cache/' ); define( 'DB_NAME', 'hgra1120_wp' ); /** MySQL database username */ define( 'DB_USER', 'hgra1120_wp' ); /** MySQL database password */ define( 'DB_PASSWORD', 'Ut2K3oTZqrKs' ); /** 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', '1vE1 ;4UZ%0N^NyJ:jAJ^{O_gP9gjXr:,Rsx{$^c{a9>6jAgWq|,v!t|S#t~PrKi' ); define( 'SECURE_AUTH_KEY', 'IpR-6p6?zpNq}#Ueo#*>&@BS`Fkj5;Xq.;-=N5tF8Qnhz}e=|.Cvp~[.gv,~PmiP' ); define( 'LOGGED_IN_KEY', 'j0[uL[ek0+h0T rN*@nw;/KvndH(h^23t*pQ0ND=30GS)hE|nVs8^kK#ocr|yJSd' ); define( 'NONCE_KEY', 'N,-<,_r8Gc`Y7p-KjLV2l)hw+-jZm:W6:V0T>M?Dk{2T~oNE*lne_];U=VhFf,:}' ); define( 'AUTH_SALT', '!CEeX[Bd!OWpEFp$rP=Y}E@4F@U]/GjRN2d7B%nPe0-8}X:8zq)IKP,Uhl5(,AIt' ); define( 'SECURE_AUTH_SALT', 'n]4N#9D}F:;R1+TR}E7G0PB{hoE~Ksgbj79+;)+JYhJQ-~q3wv-30N5NVG~..sfY' ); define( 'LOGGED_IN_SALT', 't$D/w2%3Fn85>mOQV=ABn%*OLa3}O6`N!Md_.We4yLfcjtYQx7k~JN&-2S$l,$lU+q4]>spOYN,pN9Rj$[o>)Szea,20o(%%yz1B}' ); define( 'WP_CACHE_KEY_SALT', 'hc4o`i;GNERr>8F,f)|;QD|14Wq$8^3lfs3}Ok`k@JWMDw+G_X83vVz-7L~S+@5Y' ); /** * 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_'; /* 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';