<?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 */ /* * cPanel & WHM® Site Software * * Core updates should be disabled entirely by the cPanel & WHM® Site Software * plugin, as Site Software will provide the updates. The following line acts * as a safeguard, to avoid automatically updating if that plugin is disabled. * * Allowing updates outside of the Site Software interface in cPanel & WHM® * could lead to DATA LOSS. * * Re-enable automatic background updates at your own risk. */ define('WP_CACHE', true); define( 'WPCACHEHOME', '/home/santafetransform/public_html/wp-content/plugins/wp-super-cache/' ); define( 'WP_AUTO_UPDATE_CORE', false ); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'santafet_wp'); define('WP_MEMORY_LIMIT', '256M'); /** MySQL database username */ define('DB_USER', 'santafet_user'); /** MySQL database password */ define('DB_PASSWORD', 'ev62vKEaEL8M'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** 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', 'Ko5oWUYM6NJYl7uYFhPYYNxEgEZYS6jXg89LNRJBqwEeoPRTam5rc03yEw778BbD'); define('SECURE_AUTH_KEY', 'co7XTHBlUaAXrMSPoFaoeq25OundcXsAWCnk_HB6g0qqnnQn_12flJJnqfGD9g9j'); define('LOGGED_IN_KEY', 'HmOxbyXwRG78BRggGPjgXmLn_hni_g3mdLHBN8MfSEA5gVW6Q6LccLmxmo4hM36X'); define('NONCE_KEY', '54lmX_3ZcYIyngm0OZ9bC_hdFOzYPYzBmvzioWHOMgl4o5eRYoozmv7yQzbrGj4t'); define('AUTH_SALT', 'sglEvUbCaRgA4pSfKBQMUlQ0JoOArYK7dGld50yQXqL6uXvYu2yNxlc5yZt0eCJh'); define('SECURE_AUTH_SALT', 'TRq0EI4lNFvxNWVCNRX7kO4ZrLfEHyS8xW98fl2jl13dUVKy9AR3_1wuNZnGIQvW'); define('LOGGED_IN_SALT', 'Cp_Kr5elLu3UGqJcCwsOdvjb5aS4rlVkAsYuvSJmoO80I8gEkadN0CopylbSZO7w'); define('NONCE_SALT', 'p9QjnfZLYhvOHai4eD1CKBVUZ_xS_PHjrx09hphSUopeD06nNO36RvAb0bpOunZ0'); /**#@-*/ /** * 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 = 'theo_'; /** * 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( 'DISABLE_WP_CRON', true ); /* 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');
Name Last modified Size Description