?> * The name of the database for WordPress */ define( 'DB_NAME', 'demomm_wp277' ); /** Database username */ define( 'DB_USER', 'demomm_wp277' ); /** Database password */ define( 'DB_PASSWORD', '2r5n0.tp@S' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'mex6mnbokopgou8hbn5aie36qahex8uqnbj5nkr5uizrp9zlziopi5u6kqomy7ta' ); define( 'SECURE_AUTH_KEY', 'p9rp7tv4raxhmzkshm5aevkm9kool60suqrgdb5ng3pyywy94scskn0m4epfggub' ); define( 'LOGGED_IN_KEY', 'l3lv9welt4b4nrafknbmg7jj9l2ty3nbkybefpgiecez9ovs4jii8omjpdyl1x5y' ); define( 'NONCE_KEY', 'qgm769kmy5bwvs5crgngg7tkctplxzxt4oxbm47pizemcrw3ebktqfdsmjmshd7v' ); define( 'AUTH_SALT', 'x8l549otwcky09rw4ggmqoqevuzth0tnvyjp2oiaokaqm258zscgoe15gyneswnp' ); define( 'SECURE_AUTH_SALT', 'jse4dyj3srgkxjtj305amq6qnews3o2x1zwiho5fllbrgy798gtqnn7n0ec9jyrw' ); define( 'LOGGED_IN_SALT', 'zp37oxz9v7wi2elzhntrfaw9s5joxpanfd5lpb6qszny9rchf2zmfsxvgc9nomaj' ); define( 'NONCE_SALT', 'qzhhbdido5dk8x6reryi1eqvsoo1qymp8bw2fvxaqpyfa0si4q5gelnyqp9oqpgy' ); /**#@-*/ /** * 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 = 'wpae_'; $table_prefix = 'wppd_'; /** * 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://wordpress.org/support/article/debugging-in-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'; ?>