Current File : /home/httpd/html/sunriserotaryfl.org/public_html/wp-config.php
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wwwsunriserot_wp' );
/** Database username */
define( 'DB_USER', 'wwwsunriserot_wp' );
/** Database password */
define( 'DB_PASSWORD', 'VzZuMlHAZj5e' );
/** Database hostname */
define( 'DB_HOST', 'dbserver' );
/** 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', 'hOGjUnxBvqfoUQrULxmZkIDCNY1Y4XeUTUvtRHTpCW8GGSNQqMdm41GvaghRrUEZhuoCK9W6Ej1IDJs1EeVRkUUbVL7iPMzc9RJl' );
define( 'SECURE_AUTH_KEY', 'QIKHA3NOwucfozNOM25aR5mlonm4qW8e8J7FUWcP77taUQiQ2FRuAHdZrCCs2Yulzli2KFSXV4uE8SqNONfXvPv120MZkFV69NZA' );
define( 'LOGGED_IN_KEY', 'g4YJ2zoGCsOgb6UZxm6n5vLWeKiGPein47ZPjIwvOd6qF9JonfAuOqd18Ug3ktRYEpcKYDMvFby0nGd6ORqKgc9xsrDdZYfA83BV' );
define( 'NONCE_KEY', 'KgypOuifeMHbd5imutyDDTZxSSRvYIz1ajVT1spuOjvKeelkud1ETjs2hRF9Dfq48smk6Hf9CBh18qQv1YQZcWRq0qOPMN1BXKSW' );
define( 'AUTH_SALT', 'p32t1w00bxBRCWyCh2S440gocWWvJ8SRtzU3o9gPX6cxtpRlziBUbYACLEDty6Jcb2LXgEgIr0fp63DCoPeGuE2AlOW962URdSiU' );
define( 'SECURE_AUTH_SALT', 'JWuSK8sRRckWTWTF8Lg23YhGkyGDfLXdCo89yJbX5lUL34SoCW3zloPTG6FdAUCENtYpcUbJHq3c8etY5mmlGWbEpmlCckuXYzog' );
define( 'LOGGED_IN_SALT', 'o7mOsEZYl1735XZRCgsJv7MWJzhEEX0xdnacL1T314EqnUK9UbrpB327YGzV7DTVX53YcCsyAsejZxHHWFlF7Ar9sMtTggPcU8CO' );
define( 'NONCE_SALT', 'W7CSIFFYXzfjN3J7TqiuIzL0QoKj6m0tSCfCFdCHZRBOMX1lvmlXGS3PIEQ2AWFzuv20rRvgRUrbWodTz4iLNcDGVcizqOy3B307' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
define('FS_METHOD', 'direct');
//define('FTP_HOST', 'localhost');
//define('FTP_USER', 'wwwsunriserot_wp_autoftp');
//define('FTP_PASS', 'X1HpdJlxSnwOylfq4fVCC02IokAvNM58Pp7qmi9L');