<?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 = 'wpvphtm5_';
/* Security */
/* Security Keys */
define( 'AUTH_KEY', '?a{z,~x?x[+/>3W@NYG|0]&h%{v<42BCJ,e?O9t%J37R?WB(~c3*KteOT[Oa@wtv' );
define( 'SECURE_AUTH_KEY', 'l&kGbyY2&W0M@8I.Cz>c_?nA9,F4$[IMeZLG}2cOItAtRAfCLBT4r.9@cfxRp)4U' );
define( 'LOGGED_IN_KEY', '4L|;z:Kd05%jy6^vh95b8kRYQ+4BV>eq(7c4Z^SkyZ]A]16$v9XnX:%UmtLfns/c' );
define( 'NONCE_KEY', '+GH~>*.7TQZthE-Dc(nNWTy.>W17uIXYYX5tlwk,8~nV+ePem]aS,548QL;HNg/z' );
define( 'AUTH_SALT', 'W*CkpwJPXp)}Pa|z#Ovi+lwl{Z&ZtT8ui#7KCVLG0OP8JDAiy7OpI$EY91,8uqh(' );
define( 'SECURE_AUTH_SALT', 'm}YlnRIV(fd8,kAS<6>0sKzbI6;RuO/7Q@cNr:P#w?WH+{m(I/h-MP[gDd]e54}c' );
define( 'LOGGED_IN_SALT', '9CJ<n_{YL0OrK=G~A_Z=VOwm*u<zkVu>32ID%HvIKa6_*-=>3])h}jEfas(4)iN.' );
define( 'NONCE_SALT', 'M9>!dyW^AND!~mVXE2}6V>;cg=4XK!0[b9]Z(8/wQHS#V:GBv3JD}Zlx_M>O#dKv' );
/* 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', 'PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'LOGGED_IN_COOKIE', 'wordpress_logged_in_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'SECURE_AUTH_COOKIE', 'wordpress_logged_in_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'AUTH_COOKIE', 'wordpress_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'PASS_COOKIE', 'wordpresspass_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'USER_COOKIE', 'wordpressuser_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
define( 'RECOVERY_MODE_COOKIE', 'wordpress_rec_PxqO1G8VMGbdxhQFb5MYB8rSGXVSk9TkqXFU3SFNuUXuTDmtLjpdRlPS5Lx5CMBN' );
/* Content */
define( 'AUTOSAVE_INTERVAL', 30 );
define( 'WP_POST_REVISIONS', 5 );
define( 'MEDIA_TRASH', true );
define( 'WP_ALLOW_COLLABORATION', false );
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', 'ucesojwl83d2g9f3ed:' );
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';