| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html.old.2026-01-23/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'wordpress' );
/** Database username */
define( 'DB_USER', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'nDghMfvH' );
/** Database 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', 'mCRqU[#_-% NL/W2eBi3Dy;CEI=^@uuCKul~`0~V!GEw1F KUK!3Mw6$}J2TOyQ1' );
define( 'SECURE_AUTH_KEY', '?&S}g>Vz02O;z5_M5TFfIiSqhkkTFViI2ZngR:5@g`@^,`U(E;mSZGi+PfS]^%Vf' );
define( 'LOGGED_IN_KEY', '/Nit8EE&c+g]?U4w|:%0<J5 ?||0}im-5aD:m(~g}nlBxn({3wVa%+i_s}IK;y%(' );
define( 'NONCE_KEY', 'rOoi![N^owP;3-o<:#0hP,w9oDNa2wpv6PAG{U&u*Ew%1@D28bF8Ry@9SW(z,>f:' );
define( 'AUTH_SALT', 'h7C}Ri/^TbA{DVT60{SUElhjRPeeX%3b4=^F#w>I3G@EY2_$f((^yPc/=|N4cc>D' );
define( 'SECURE_AUTH_SALT', 'pQ.?( cmv:mfKf6Des2]LK7j@.F:;3DwY(5|9QbBj3jDTw(o&{^Wx8jb}P,SG7(y' );
define( 'LOGGED_IN_SALT', 'UIn99:$Ev,r~}>@;><j5]9c {@wNRuW~0|{lqw41o-y=URN@[9Tjz8$WhpU!p*ff' );
define( 'NONCE_SALT', ';<KaQiNeBZ&4=~:}K;B>68:o^/zto5H:45qK K%b_F;5oy<6MI>QGs~lg4Af2wW2' );
define( 'WP_CACHE_KEY_SALT', '/=;UqlZMEv0~=s{,{gBn_hKe82WjxZ%o)kGt>rX h>5-a4q|3zA;6Irs2ga%Ivd6' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';