| Server IP : 121.121.20.254 / Your IP : 216.73.216.123 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/wst2024/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'sas_wst' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'SQL2019@#*' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'VowXk%%~.+!9cB4k8XKyi]LYfTC<Kk?n(HXz62;q&x67b/[~;I2H`28GmZVGKj#<' );
define( 'SECURE_AUTH_KEY', '>B<GxXv`1eX|D>R_*.,vhN7/_irX&LB%h3^Ap|hnK~EAp8eD1jQ#1~;O^d)%?~{-' );
define( 'LOGGED_IN_KEY', '$Os]@>$9(,7H0`,PWm^!VdOmkEA&Ni+rFcnmLzrH t2UUN#Oyfn5k<~0@+}ae`#]' );
define( 'NONCE_KEY', 'ec-9>`rcZ)Z23j%O0qRH[yuV#*wJ7<fGlG;jsdLD)gIiDuKu7k-y$:j?6O3R+jgw' );
define( 'AUTH_SALT', '2Z%H8V/xw.V0z_Q:KU8nUI/|^1O/+!Av2H}oH/`{wm%z<.0Cf[U(Y)wGa%-/jI]9' );
define( 'SECURE_AUTH_SALT', '<#B7}%+.zUVn-q$B$N4?aE4:X$f1k>p1DMb5rO>5Vs|cI!W#F`SF:/`XoA@j?g;0' );
define( 'LOGGED_IN_SALT', '33jK!;j.:_pPD.}C V*t:{ 01~h^y)h<EnM{wOCuIzTKObQ4P@w?_g{X`YQaP/U]' );
define( 'NONCE_SALT', 'wPv9Y-vH.v9d5-fi2*z%H%U31}Af!*v!)MHICbIkU4c,hVsE!5kZxoBT;e|tw1=v' );
/**#@-*/
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
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';