/** * 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://wordpress.org/support/article/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', 'dtge_dtge' ); /** MySQL database username */ define( 'DB_USER', 'dtge_wp_yxglf' ); /** MySQL database password */ define( 'DB_PASSWORD', 'j~3Sev^jB1FQ*$19' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', ';Yj)Hg&a+05dgQ0tTloXi8jyEt)Fw-1biQW3W))1:sP&%K:HR|GRT!VZ6xMR~f4m'); define('SECURE_AUTH_KEY', 'D5wbdSn@D9KYKHH0@EvIJRM1(;9jelp1ZG&7Osxsmf]mo4IW+UdqvzG6d58]J2ZK'); define('LOGGED_IN_KEY', 'Apz]dl8b6@mI6pI)A5-!tFU9Z3%(hg5W/cft(60[19H02A-Lk]UIt)0u&hWxMaD&'); define('NONCE_KEY', '%VEQK7]N]v-9P6im(j*En(|w%1fBGej00VQ;+jW~@&+xu+Cx;aJEv-9P%6~X39Om'); define('AUTH_SALT', '|1gexR|ZT7|pX%7XeQm6@xHoqfFRNi1Y0QF++k;~WH2SuYA311Y0/I/(15)_1H@M'); define('SECURE_AUTH_SALT', '6&Y+r;w3D%7j8T_#&W958!07ire2y(NWCotwOj*87%&1Y|3@:-sb@jPWh%dAyD3U'); define('LOGGED_IN_SALT', 'A!N9Q35AEJ2%&*-L7b-)eZp%3QP!a*+N~Uq&trg#qpt&Ii6r5va@c%5F&4!A#|Ja'); define('NONCE_SALT', 'oE6yu8Xi29s6~33S%!E89h;7Fq_V|J(%246md7C_&r15:67o&)o1&(!Ahu24W;[k'); /** * 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 = '5ONoHG0ql9_'; define('WP_ALLOW_MULTISITE', true); define('WP_AUTO_UPDATE_CORE', false); /* That's all, stop editing! Happy publishing. */ /** 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';