<?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://codex.wordpress.org/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', 'linkmyst_mltstdb'); /** MySQL database username */ define('DB_USER', 'linkmyst_mtluser'); /** MySQL database password */ define('DB_PASSWORD', 'L1q;Sd,dvFd_'); /** 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', '+-6wx)=Je9aaBY![QLL-,Hwe-L{*K07N)?SIdF%;iyVH[]n.FQ)Nk:CQdfR+QWl`'); define('SECURE_AUTH_KEY', 'hAq2yXv`6S.PCiUakw2l;kQP=gEn6(S-D[Tn%cvt%OdV?V=y0e.|WDG{!9!+Pjy?'); define('LOGGED_IN_KEY', 'Be@7z,2p-XrFzyc[(.qgUStb8(yE^v[JM)*5nWH)Z{PQJfe?{xN1N=TpMGS+C3O`'); define('NONCE_KEY', '~+>C)Sc/PrH<=A+u}MA1UP-etkN-ki+WAFkv!9rJU(WS|}g6&Ea^bU$62J[PVXi/'); define('AUTH_SALT', 'iJg=e#0r+pkj+-@qC+}#0hH* 48;+O]!,0kfIz~fN|7s7ZzD8JjJeTKbH=J-%@UO'); define('SECURE_AUTH_SALT', 'YK:u({pN%;DGhjaL:cE4*}8HTcwuKcSTNZ!hwlsidM-7r?p|dP)hY#N(V27rmC.L'); define('LOGGED_IN_SALT', 'LQW s>AEutTm(V(S@}dw&p9UC83W;dVa]p<#W8-dT!EE^[`Ez`-!Ye)D%_l^,)!s'); define('NONCE_SALT', 'aj !o.~P7@y%Um=X/8cV+>5&=[;&kcK9lbWV$]nRkDjGLtN}C:K|HhnncRE8@hON'); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'linkmystock.findit.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
Name Last modified Size Description