Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /var/www/html/ |
Upload File : |
<?php /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'yumsem' ); /** Database username */ define( 'DB_USER', 'user' ); /** Database password */ define( 'DB_PASSWORD', 'Master@22!!' ); /** 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', 'Evg8$T6foA,=&rb5z$`~`:ex)k7JQYH51] EdAhRKP_mw8%lNhiN62A0fREryZ05' ); define( 'SECURE_AUTH_KEY', '-vIS_hk]8$.%6{/2wGe#nT3`pWu?YVa<D_4Aph{AQ[_knJjeeq17V~]>6XI8b Mo' ); define( 'LOGGED_IN_KEY', '3aL~=8k7&{|ga6[4hO!1>QVL(z@A{:j|WLCQ=-Hk>uY2$_a#=&>iJCN]A$P.d_bx' ); define( 'NONCE_KEY', 'we8A>>o.is{v`UGaH-C/oY-7XV+SOLP{N!:%*@36j;p&X;*oV/HOPzQCbPXmD|*v' ); define( 'AUTH_SALT', 'MQ,Lg7$fdQnh_rRH5YY?z*AmtsAiAYQt8x){C~DA,RVH0=xkp_-KV5@0?:9 =t3o' ); define( 'SECURE_AUTH_SALT', 'Q0|c>^>i+l%Cx3%7Ctk$l&/o&a$xswPU>xa~;n9~0(nO(Ime;!u^S1Xc0:8Sli40' ); define( 'LOGGED_IN_SALT', 'mIYZaM-2*]HDt)q~9?6=9r4[-hWacpyt|XX}{~@V;exN!b $.iAE3a<+%6v$~f={' ); define( 'NONCE_SALT', 'SBcERFiz $4by!Wk~k|z-F{}[pzM[/SA)UX6|-L_&fqa,Sv>cz1x>75i<Q8UI?|?' ); /**#@-*/ /** * 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 = 'yumsem_'; /** * 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/documentation/article/debugging-in-wordpress/ */ define('WP_DEBUG', false ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', false ); define( 'SCRIPT_DEBUG', false ); define('WP_MEMORY_LIMIT', '1900M'); define('WP_POST_REVISIONS', 2); //리비전 개수 설정 define('INCLUDE_ME_DIR', '*'); define( 'WP_CACHE', true ); // Added by WP Rocket // define ('WPCF7_LOAD_JS', 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';