File: /home/aviaworks/surewings_html/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'DSjuDRPxodbIJWtkUj0DgctAtmx5gRnJVqluBRf0zZ1KhuvqKp8XN4zudEbRWIo9');
//END Really Simple Security key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
* 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', 'aviaworks_wp58' );
/** Database username */
define( 'DB_USER', 'aviaworks_wp58' );
/** Database password */
define( 'DB_PASSWORD', '(6i6)pd2SU' );
/** Database 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', 'dpibqgokmxmlt2uurfkpggunhagjmj6ggtjhiy9nv53zoimnvqm6lmlplux576rn' );
define( 'SECURE_AUTH_KEY', 'qdoqqw8zfaswu9wzwtkznwtkmkxq6nzjwnl1iftjjggoryzgw75ffj6c4ihlbyvr' );
define( 'LOGGED_IN_KEY', 'zvtiiyasqupodja3q9jqkervtxnyqrqozin6mdbfbj3zohvdu7ttf2nhnqxirbtz' );
define( 'NONCE_KEY', 'ljgp22agp7zzryxaipukspjucgjwo2gelshcmvrmzep5vbzbfagx7ysh04pxsrvo' );
define( 'AUTH_SALT', '2ma5bfhya1tqae0vco2hptblj75bz3imilmurmo0gopqqwydzjxynh7gzdkhr3ep' );
define( 'SECURE_AUTH_SALT', 'v2ycqvxa694j1foft0dztf4s2lknr1uozik6hyafa8xfcck3gvmwl3n0wqa23h3u' );
define( 'LOGGED_IN_SALT', 'lfxtdpv0kjvtoih9l9dbdr5pobcuwi8yoizlumfcwjfmvxyghydzko4e51kqrh8r' );
define( 'NONCE_SALT', '8mazqkxjc6o2jkmrbqrf6hua17lpveojky5lmnmfxzfng3cbdecsupnqi9af9fux' );
/**#@-*/
/**
* 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 = 'wppf_';
/**
* 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. */
@ini_set( 'upload_max_filesize' , '512M' );
@ini_set( 'post_max_size', '512M');
@ini_set( 'memory_limit', '512M' );
@ini_set( 'max_execution_time', '3000' );
@ini_set( 'max_input_time', '3000' );
/* 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';