se configuration for WordPress^M *^M * The wp-config.php creation script uses this file during the installation.^M * You don't have to use the web site, you can copy this file to "wp-config.php"^M * and fill in the values.^M *^M * This file contains the following configurations:^M *^M * * Database settings^M * * Secret keys^M * * Database table prefix^M * * ABSPATH^M *^M * @link https://wordpress.org/support/article/editing-wp-config-php/^M *^M * @package WordPress^M */^M // ** Database settings - You can get this info from your web host ** //^M /** The name of the database for WordPress */^M define('DB_NAME', 'starfish_wp350');^M /** Database username */^M define('DB_USER', 'starfish_wp350');^M /** Database password */^M define('DB_PASSWORD', 'k@SGV36p9-');^M /** Database hostname */^M define('DB_HOST', 'localhost');^M /** Database charset to use in creating database tables. */^M define('DB_CHARSET', 'utf8mb4');^M /** The database collate type. Don't change this if in doubt. */^M define('DB_COLLATE', '');^M /**#@+^M * Authentication unique keys and salts.^M *^M * Change these to different unique phrases! You can generate these using^M * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.^M *^M * You can change these at any point in time to invalidate all existing cookies.^M \* This will force all users to have to log in again.^M *^M * @since 2.6.0^M */^M define('AUTH_KEY', 'i25ptmvsws9bx0tppa9v0ajmhulnwnaxshslwewac1dlbqdrwe8o8k8fseqroevt');^M define('SECURE_AUTH_KEY', 'ile9qxboltti2l1zbivi3ed6nsefsui1acjrappbezdk75hfnxpfbbauxlcslw1v');^M define('LOGGED_IN_KEY', 'uucfdiezpv2suzlz7s3ycoxyvbcoiefbishzfmcorqo5xgrwvn4tjva37xj2kawa');^M define('NONCE_KEY', 'qnabfsnlmpitv8fvvqnqobgnvcn12hmrk09f6dnflggxqreys9hvpn0kh7kurmzh');^M define('AUTH_SALT', 'hvan3pc6jvfkcozhduncl5ck9fumsc718t0iegc4ev5xqfucoqmnshydpxhve6ew');^M define('SECURE_AUTH_SALT', 'nsw73ngxpwnr2mvglj12sb3got4kzbm0uqliuad27voyf0kzcboq5ovi5nzye3db');^M define('LOGGED_IN_SALT', 'y26jg07nifmjwy9797xwgwpueu4yvyrnxp2zx0dgpt5yur8n0d04ckghsedhgyti');^M define('NONCE_SALT', '2vzvomnbmtgz2turpox9lhqhoai47tp7sjtlvw8wm6efc2qofqm1fvseramcus4f');^M /**#@-*/^M /**^M * WordPress database table prefix.^M *^M * You can have multiple installations in one database if you give each^M * a unique prefix. Only numbers, letters, and underscores please!^M */^M $table_prefix = 'wpty_';^M /**^M * For developers: WordPress debugging mode.^M *^M * Change this to true to enable the display of notices during development.^M * It is strongly recommended that plugin and theme developers use WP_DEBUG^M * in their development environments.^M *^M * For information on other constants that can be used for debugging,^M * visit the documentation.^M *^M * @link https://wordpress.org/support/article/debugging-in-wordpress/^M */^M define( 'WP_DEBUG', false );^M /* Add any custom values between this line and the "stop editing" line. */^M /* That's all, stop editing! Happy publishing. */^M /** Absolute path to the WordPress directory. */^M if ( ! defined( 'ABSPATH' ) ) {^M define( 'ABSPATH', __DIR__ . '/' );^M }^M /** Sets up WordPress vars and included files. */^M require_once ABSPATH . 'wp-settings.php';^M