<?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 - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'rtsgrob750');
/** MySQL database username */
define('DB_USER', 'rtsgrob750');
/** MySQL database password */
define('DB_PASSWORD', 'Solano9900');
/** MySQL hostname */
define('DB_HOST', 'rtsgrob750.mysql.db:3306');
/** 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', '5b4UW88NnKwvJWpjlaDB4ZdbjYEAuv8gQ178AUdyVNqWMDS720IN66XjWTX1');
define('SECURE_AUTH_KEY', 'Z+1OUnxKEgfqxYG/lkzQEm8iHTUi5jj80sFfEXaFS/6hNJCLr0dE1fJ4hhqz');
define('LOGGED_IN_KEY', 'jLl49WdobJwQ4jVlUXKoBWf4MS4KVrrUCZ7SYhFisJ80TxEYMkpzDaGBW74u');
define('NONCE_KEY', 'bwaod6jwPP97XVG6xSwz1+h8jRDetLdpNGQwDj47DWf8GrMbPtuIkM05EbUx');
define('AUTH_SALT', 'DhDhUR35qLsehvwiZfp9SyGflJkpl15kZhq2U68DSoVVv69xyh2lmYUT0kvq');
define('SECURE_AUTH_SALT', 'riw7D9xO9Dlp5CZtRpv8JN18pmSH8k4yBG9i9zL++KndSOIIyoABy/dOque1');
define('LOGGED_IN_SALT', 'ITUT0LKqICo0+NdmbRojDDj0s9TMUKr90aTW4+BfhlCjrNwbeYgOmJ7NoAox');
define('NONCE_SALT', 'G+85hLIX+YuCZskAMxeWeAuYaaHtvR1Zz2LM/3Y/SVvx712zysknd2PCiqc2');
/**#@-*/
/**
* 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 = 'wor1794_';
/**
* 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', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');