Server IP : 103.6.199.200 / Your IP : 18.227.114.218 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/maytechc/staging.maytechcr.com/wwwroot/ |
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 website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'maytech-staging' ); /** Database username */ define( 'DB_USER', 'sysadmin' ); /** Database password */ define( 'DB_PASSWORD', '0sIP3W4OMb79' ); /** Database hostname */ define( 'DB_HOST', '110.4.46.121' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'sM^elMthoS4rXW~7u[6N}~44/VFJR>gQ~unTRa:`Hs)P}z|o0 (;m#t7YGgMlr^5' ); define( 'SECURE_AUTH_KEY', 'hBB.P2V(E4Ee3Ddp{4x^;_CI?}#lWq2j+U=fXS_|d0K*qWU.^riQiikpDNH/)A6W' ); define( 'LOGGED_IN_KEY', 'rjSs=xsH?DUJO>hbad1CCb.^RGi#y%qMd:pE0T?<2D5#2BsaXiE!9taW{Zh<s{$?' ); define( 'NONCE_KEY', '_y=Et0!n[!LQx6TBf]/5yxTH:Y~*b*qG2=ZJpHC0l+ilAmlXo6q*=8rT1Y50|F%t' ); define( 'AUTH_SALT', 'fUuzoI3Q}.MaAw3REp[^.*vIwXH9,vn]SI6<{Mx{%jcMJ$_^1bGE:$b{BllzJB?m' ); define( 'SECURE_AUTH_SALT', '*.fwF8O{Bl$)Y(51n;VOU*w>~6[>)d(c9CaH9#j4Jgn8&?)L(PEnv,_}A_&5f[4T' ); define( 'LOGGED_IN_SALT', '0#R}H6&pl9{U$nJ..}MH]a|6ECq>68.ju$oh6 b1OdX(l-a Kfd#2(&79/,l/UJ,' ); define( 'NONCE_SALT', 'S *Y/.(1_S@Cx^YA8GAj#=s3nq<A.QZ<q+Q(_N~=|M`<9m[0pyq{~XMVuf]^2U:E' ); /**#@-*/ /** * 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_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ @ini_set('upload_max_size' , '256M' ); /* 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';