| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/tickwaves.co.uk/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', 'tickwaves' );
/** Database username */
define( 'DB_USER', 'roamingtickwaves' );
/** Database password */
define( 'DB_PASSWORD', 'moGetKore24' );
/** Database 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', ' @XQ?`@t`Z/(k~O!&MeyEz,cxEh|*n8=6/{9VO#^W>#m}oJuBzO*;)zvq!1bi!su' );
define( 'SECURE_AUTH_KEY', 'MWOSc2U.}SePOuVirf]:VZf|c_%Uv+i7fqHu,J]BQaem4_/>YO|bxr+ZWcPawSW=' );
define( 'LOGGED_IN_KEY', '%]! -u#3KlZ7,)ZikUh42iXM+fRtp(p0K)06hV1>WDP6@iL=L%WJazZc&pb:|)Pe' );
define( 'NONCE_KEY', 'sgY7mwRDG|4Q&v)?SMmDmu!gQ01`g6clOm8GW1V(^?L&it^)#n/o-tWM94J0&-uP' );
define( 'AUTH_SALT', 'PYlY8#|Ylw_D]tFV@v~hyESbqvHAmHn$W0+q,)K.Y7e42|xe?Cg(L3jVG,uDj2cJ' );
define( 'SECURE_AUTH_SALT', 'Q|w]14y4o~OR!(?kw(sI{|t2hBgS%uqtdRjP0!}Pg}6;;YJVO^O~ic[wiQ16:?{8' );
define( 'LOGGED_IN_SALT', 'C~]ya2N8tR,/9]QoI0W^+;|7@H:M9m;C N~sa;wz.Bsv|{6`mUV=[9~tT+LkF8>!' );
define( 'NONCE_SALT', 'XzXO:p_GqB}7F7M[GyZ^y2jXi1<K-50z#7s/AM{$|oQ@m0HPi%7L`=44+(0g~iZ&' );
/**#@-*/
/**
* 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_tickwaves';
/**
* 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. */
/* 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';