?> web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'sccyarms_wp750' ); /** Database username */ define( 'DB_USER', 'sccyarms_wp750' ); /** Database password */ define( 'DB_PASSWORD', 'p.Si453@6S' ); /** 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', 'iwawh5itcilmeshkf09ujoruqam1oyigrhvs6ueko5a3kxmcqndkxnwg9b16qmvj' ); define( 'SECURE_AUTH_KEY', 'v76vwrgob8uesvgbkhqflprmsl4vrqirxhw43qkb3ecq3zqldfh3chimc3wlsbqt' ); define( 'LOGGED_IN_KEY', 'fvbcxtrjolyhhvvdt3dkic3a8oyy5uenbnkpqnxfqypvpmqiqmy4pws6xkl9aeul' ); define( 'NONCE_KEY', 'yozpuuzthdp3zsb0kt1mghonltq7gisxeemjvvvipuacesrckasfosov71g0tkbl' ); define( 'AUTH_SALT', '62apig4ctrwtultumxfd4ouy7tpg8nrmfbdkfjepcid2gfo31utud8zx3cfa1uvd' ); define( 'SECURE_AUTH_SALT', 'onnj3ieigmlbqhipblbwpnw1lkxn2eirpa5rwimdpowyxjzj5pfanzj5czsm1jau' ); define( 'LOGGED_IN_SALT', 'b3uvkspxguuxcypt4xpeabsd3mm4tpchbebrw1u4azftmrb4pgkg5priatwtdkzs' ); define( 'NONCE_SALT', 'zqifkaeqgqbcnl3w6frdf9pdau2qaxitpieydibibjyspooejqwwrh2wutxxykxe' ); /**#@-*/ /** * 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 = 'wptn_'; /** * 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'; ?>