diff --git a/wp-config.php b/wp-config.php new file mode 100644 index 0000000..897c56c --- /dev/null +++ b/wp-config.php @@ -0,0 +1,90 @@ +uo/' ); +define( 'SECURE_AUTH_KEY', '/^It_?I2zP44[H+Y1Q%Q3]cQcIp>=eyfMs#b}S!?int}Qb#Fu>*W$M*QZ[h4^Yqb' ); +define( 'LOGGED_IN_KEY', 's-uBFhfd)qy&/A?`coH3QA)Ykvu4)qk 5w58/=L>B8}B{$:v2(*;;}WgT~+&G#+Q' ); +define( 'NONCE_KEY', 'b-Y#fQZ36&je?LQYIg0$?#4+wj7%3_%->iz[^]rNqYsYn[2BC|&A/$Xbb;WDk]T}' ); +define( 'AUTH_SALT', 'Na6LZi2g*TF[ishh@!,!T`PNo^YUs4Yx!?W#e~8A Hom|5zWx%' ); +define( 'SECURE_AUTH_SALT', '|Diyg{s7S!p|I+{_Ws' ); +define( 'NONCE_SALT', '1hg(1+s:_n-]/#q@M wS #S%r&4k#xEY%l:-lrT]n;>ideoGR2~0q^Bb{68cRC^d' ); + +/**#@-*/ + +/** + * 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 = 'wp_'; + +/** + * 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 ); + +/* 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';