<?php
/* Environment */
define( 'WP_ENVIRONMENT_TYPE', 'production' );
define( 'WP_DEVELOPMENT_MODE', '' );
/* Database connection */
define( 'DB_NAME', 'your_own_database_name' );
define( 'DB_USER', 'your_own_database_user' );
define( 'DB_PASSWORD', 'your_own_database_password' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', 'utf8mb4_general_ci' );
/* Tables */
$table_prefix = 'wpxekp07_';
/* Security */
/* Security Keys */
define( 'AUTH_KEY', '<a002FgMV8as&];Mg(L3Gg2S>ic(OC01}LC=u9O=/[[6</%wPPU~8t=OK,9R1j:)' );
define( 'SECURE_AUTH_KEY', 'Y9e_8j>/An-aG}Jm$t+kN^u)@sRq?p%_!JpYk.B}vxgRZXOeHpxYz}kq?>Fk4hh{' );
define( 'LOGGED_IN_KEY', 'RT#&,F6R*jZVGU7<-MSuW8I,U8ma6VC86e~pG-4stK7n9Ye!f07);n4rTlf2~M,;' );
define( 'NONCE_KEY', '1aF5_*{^{Xfs%@m:FRU#N!2E9:wiB&mj*%EhBG<0WC&.ptpN:9N7Xc@l|sq5R.yI' );
define( 'AUTH_SALT', 'yny<TA<h]r(0^dF*niHDN^@/brH@GVSgQE4F;{6&a!EzC&d,59()[@xbD?CF9:$l' );
define( 'SECURE_AUTH_SALT', 'AZSWi,6B.JEjkyOR2@=!{n,.9}%TmP6vI6~.zdI.DbikCPQ!4?/!?PBlc#lNO(n]' );
define( 'LOGGED_IN_SALT', ';dkQ:c4B!2w-av4St705h-x5|?D[u-8P@ZjX9sDD4<+8;JuH6d]Fn[Wb0)^K-xbH' );
define( 'NONCE_SALT', '#}<=XUh~hH(/A:;2VfD>5(N1S-caK+^glCts_qTUR:nFJ#4~(RI{eEltUevZ,fRJ' );
/* HTTPS */
define( 'WP_DISABLE_FATAL_ERROR_HANDLER', false );
define( 'WP_DISABLE_ADMIN_EMAIL_VERIFY_SCREEN', false );
/* URL / Path */
/* Cookies */
define( 'TEST_COOKIE', 'wordpress_test_cookie' );
define( 'COOKIEHASH', 'MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'LOGGED_IN_COOKIE', 'wordpress_logged_in_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'SECURE_AUTH_COOKIE', 'wordpress_logged_in_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'AUTH_COOKIE', 'wordpress_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'PASS_COOKIE', 'wordpresspass_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'USER_COOKIE', 'wordpressuser_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
define( 'RECOVERY_MODE_COOKIE', 'wordpress_rec_MhZsX1qjczlxkDUxRNB8QBqVXpnKNNu2LR4FjApOdfFRyE7psL1kCfTdPWUpdiQQ' );
/* Content */
define( 'AUTOSAVE_INTERVAL', 30 );
define( 'WP_POST_REVISIONS', 5 );
define( 'MEDIA_TRASH', true );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_MAIL_INTERVAL', 86400 );
/* Memory */
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
/* Updating */
define( 'AUTOMATIC_UPDATER_DISABLED', false );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'CORE_UPGRADE_SKIP_NEW_BUNDLED', true );
/* File edition */
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', true );
define( 'IMAGE_EDIT_OVERWRITE', true );
/* Performance */
define( 'WP_CACHE', true );
define( 'WP_CACHE_KEY_SALT', '758g3lzy5yjdqb299r:' );
define( 'COMPRESS_CSS', true );
define( 'COMPRESS_SCRIPTS', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'ENFORCE_GZIP', true );
/* Cron */
define( 'DISABLE_WP_CRON', false );
define( 'ALTERNATE_WP_CRON', false );
define( 'WP_CRON_LOCK_TIMEOUT', 60 );
/* FTP Access */
/* Plugins Must-Use */
/* Filtering */
define( 'DISALLOW_UNFILTERED_HTML', false );
define( 'ALLOW_UNFILTERED_UPLOADS', false );
/* Feed reader */
define( 'MAGPIE_CACHE_ON', true );
define( 'MAGPIE_CACHE_DIR', 'cache' );
define( 'MAGPIE_CACHE_AGE', 3600 );
define( 'MAGPIE_CACHE_FRESH_ONLY', false );
define( 'MAGPIE_DEBUG', false );
define( 'MAGPIE_USER_AGENT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0' );
define( 'MAGPIE_FETCH_TIME_OUT', 5 );
define( 'MAGPIE_USE_GZIP', true );
/* MultiSite */
define( 'WP_ALLOW_MULTISITE', false );
define( 'WP_DEFAULT_THEME', 'twentytwenty' );
/* External URL Requests */
define( 'WP_HTTP_BLOCK_EXTERNAL', false );
if ( WP_HTTP_BLOCK_EXTERNAL ) {
define( 'WP_ACCESSIBLE_HOSTS', '*.wordpress.org,*.github.com' );
}
/* File permissions */
/* Proxy */
/* Debug */
define( 'WP_DEBUG', false );
if ( WP_DEBUG ) {
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', false );
}
define( 'SCRIPT_DEBUG', false );
define( 'SAVEQUERIES', false );
/* Do not change anything else after this line! Thank you! */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
require_once ABSPATH . 'wp-settings.php';