@include_once('/var/www/html/nomorecubes.net/wp-content/mu-plugins/cache-optimizer.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', 'nomorecubes'); /** MySQL database username */ define('DB_USER', 'nomorecubes'); /** MySQL database password */ define('DB_PASSWORD', 'xwGgw2bPBOF7AdKI'); /** MySQL hostname */ define('DB_HOST', '35.246.128.159'); // define('MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL ); // define('MYSQL_SSL_KEY', '/home/andreas_neumeier_org/cert/mysql-key.pem'); // define('MYSQL_SSL_CERT', '/home/andreas_neumeier_org/cert/mysql-client.pem'); // define('MYSQL_SSL_CA', '/home/andreas_neumeier_org/cert/cert-ca.pem'); /** 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', ''); define('MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL); define( 'SMTP_HOST', 'localhost' ); // A2 Hosting server name. For example, "a2ss10.a2hosting.com" define( 'SMTP_AUTH', true ); define( 'SMTP_PORT', '465' ); define( 'SMTP_SECURE', 'ssl' ); // define( 'SMTP_USERNAME', 'user@example.com' ); // Username for SMTP authentication // define( 'SMTP_PASSWORD', 'password' ); // Password for SMTP authentication // define( 'SMTP_FROM', 'user@example.com' ); // SMTP From address // define( 'SMTP_FROMNAME', 'Kelly Koe' ); // SMTP From name /**#@+ * 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', '479e63480bc801883c4ad9cc78d548ad0a1c5321'); define('SECURE_AUTH_KEY', '78a355f7cc117ecbe91f6b1ac38a9555198b28eb'); define('LOGGED_IN_KEY', '4232ead1c4e430cb9ae1cd0313dfb338344cb536'); define('NONCE_KEY', '7646481dcc0830e76fa95d972670662ef0638890'); define('AUTH_SALT', 'ea709fd40ca3a28982f35106670e093fb8f0efbc'); define('SECURE_AUTH_SALT', '58575f2b25524290251494219a68c4d9faa47d2d'); define('LOGGED_IN_SALT', '43d32e1865deee7579ac9234795f56d652cd4fd5'); define('NONCE_SALT', '34bee0914f60def6ff60c812600dcae03442053e'); /**#@-*/ /** * 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); define("WP_DEBUG_LOG", true); define("GRAPHQL_DEBUG", true); // If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact // see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; } /* 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');