| Server IP : 43.165.66.61 / Your IP : 216.73.217.39 Web Server : nginx/1.24.0 System : Linux VM-0-9-ubuntu 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/goldprinting/ |
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', 'goldprinting_wp' );
/** Database username */
define( 'DB_USER', 'goldprinting_user' );
/** Database password */
define( 'DB_PASSWORD', 'JWzMI4v5zMDZz4XnY9D3EsiH' );
/** 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', '}4gjU`~Ti&|mgIB0!vE=?[o/z+B~#Veq]Y%5h[m8xxfLV}rEcZ}y-eU-P0B[xZLO' );
define( 'SECURE_AUTH_KEY', '07(Ozw1PKEJw|:+c+6A: )#WNr5gmBZ-?Q_!&df[@qe `Jc|&nR`p!jrJN,=tWoa' );
define( 'LOGGED_IN_KEY', 't1b,]xGFa lObZ_xy1:&y.J[bZI~#nEeu_o~Y~1oSe>4Dv}b,FIRr9`a[^r6}BLh' );
define( 'NONCE_KEY', '/(9}zTZr1p]t-be:2e|Cm>/Yu6B5O?MU)6.%AyyAyoY%*r ..;8S9^2?h<VXv<Xp' );
define( 'AUTH_SALT', 'RkSj|m]i%~/3Nu|6M..i`.pl2U}gQQDKTJ]T.qM^ZJ<>wj@oPi;Nec{/(X8S46Y?' );
define( 'SECURE_AUTH_SALT', '1Km/Qq>{JD1qAWb@_PIF|f[Pu=M9MG/BG-/5I!X4<r3+$m|tyq*8}6=N,$jZC=1_' );
define( 'LOGGED_IN_SALT', 'M<f:.2XQcna0h8u^06Y(WxPy[l+4<^Ld.i$8CC=}b37?bZaFWQk{e4*RZ&rR=2Uk' );
define( 'NONCE_SALT', '9xyk_O^RwW8=c84;An4N2{GZUy|ts{+-x|2%=Y90 %qugKylTA]l(7R{>Fp273V(' );
define( 'WP_CACHE_KEY_SALT', 'd]Z:;Y##-)Y/g8@ja<w}8sIZOpedT0ZDNP k`K!ZY{.=qCeW]vcB!Eg%$+W[X6X=' );
/**#@-*/
/**
* 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';