<?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', 'famous_astronomers');
/** MySQL database username */
define('DB_USER', 'famous_admin');
/** MySQL database password */
define('DB_PASSWORD', 'LdRSMqZNtkjL@q&$');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'SHzWze;b-yG~**uA 6A1HHud)X3I>X0yX0;hY/a;Z[z,1z0,:+.FtNGGC!l`(W[(');
define('SECURE_AUTH_KEY', 'X>{@7es4g9:Z3S<7P@>aO`.95/zQN4k$34]:p-U:%+6U9|8tx3uGSEX>|+ayKZ^s');
define('LOGGED_IN_KEY', '3kY4-</5YEy$^lHJo-fa ek2GjOMJN_4ugX(82fqR6W.!>/A =~XoyJ!L>.I>$4L');
define('NONCE_KEY', '3&Y152]}7A&$cr|B5q^4,Lui,1u~q./{WguB^^+7Ij/bJdIH<(eNTaab0,;;9 hu');
define('AUTH_SALT', 'L/x`,%yQevt5jYyA6@:-)wrbs_Y-;w*^g|,u*}o.vjPT=`J=$d7-c*Dno0ka>@]n');
define('SECURE_AUTH_SALT', 'Q^G,Hd05CViA~R<7)RjxI!D)?G 8?rSCa{M~,e92cALMW$lah)WGu%9d0;n>NOmO');
define('LOGGED_IN_SALT', '%R|FJLqMn;+dUD^5[>yT{#2|${&^^esJ807JI2qRO<SkrC`B}ob&r6BE a1F %~p');
define('NONCE_SALT', '9MO;IRN`.#z@tV[@0|:{(4X0mMVw=|u< |_!3P-(mErf>.~vMUWA:xSa]]#{Nl}[');
/**#@-*/
/**
* 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_';
/**
* 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__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');