KOKINIO - MANAGER
Edit File: ames-Wordpress.txt
<?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', 'ames_wp_lt6rw'); /** MySQL database username */ define('DB_USER', 'ames_wp_keefm'); /** MySQL database password */ define('DB_PASSWORD', 'vKqrX4O(m{%s'); /** 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', ''); // ADDED TO AVOID CRON ISSUES; Use Manual cron scheduling to do cron jobs define('DISABLE_WP_CRON', true ); /**#@+ * 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', 'l}^/nz~j9X(:Le;=Ruwrke,;beXc(ht}h~R Ya$+i;>1StsmxZ1Sw!O`@~#*$}Ch'); define('SECURE_AUTH_KEY', '8-?0hx-*%o:fX1,zBp])%vCJX7ze-.DO2C,py?5#/.nhZMgphI{8%AV4y>3cq7Tk'); define('LOGGED_IN_KEY', '*8)d`W6%IOzKY?!*hns!Dl/^3tU[:QI02q1&S_KiU5Gg 9BQV!XkH8;4<c<e?evb'); define('NONCE_KEY', '{KjXM|&zK=PRZ )!h_8&7QY(I6jC(;9.$],cno@wJpajVczElZVo9=SJ;oO~%gfD'); define('AUTH_SALT', '`~dZhE(#tfGv9Nemz{GR=IamI![|z0*ur4_lqE?+*wfs^<;$59=OC@ y?6hb&,~E'); define('SECURE_AUTH_SALT', 'w4@s]^=lK[Q!3y||PhDlbRKO[4APU6`[CYZv}Aa^y3YGgUyR{g1b@ SUgX544Cp<'); define('LOGGED_IN_SALT', ';ZR3{p/~En@B *<7[NHz|}k0T}Zmf_uQ0#:SrEPG:!ZnO))t^9lDZ6jA/][w&R6'); define('NONCE_SALT', '@ja0u8cGBm]3XSr^#C-V!^uQfM1L5O#;XCuZMH:5vO+*NH#;xFkD2Z}{xDl(dq{F'); /**#@-*/ /** * 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 = 'LKnZ4Dl_'; /** * 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); define('FS_METHOD', 'direct'); define( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', false ); /* 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');