test
Server : Apache System : Linux festive-vaughan.27-254-111-205.plesk.page 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 User : acaindustrial ( 10114) PHP Version : 8.2.25 Disable Function : opcache_get_status Directory : /var/www/vhosts/acaindustrial.co.th/httpdocs/ |
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', 'acaindustrialdb' ); /** Database username */ define( 'DB_USER', 'acaindustrial' ); /** Database password */ define( 'DB_PASSWORD', 'Cym&u2198' ); /** Database hostname */ define( 'DB_HOST', 'wh-db54.csloxinfo.com:3306 (MySQL)' ); /** 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', 'X*B=.ELvIzovk9pJ4Fo<8AWSgcVP#L*&HB@AKW<35JO `p[: s1sP0N?T>hK7l/e' ); define( 'SECURE_AUTH_KEY', '?0YPDB>Ki0giQ{<Ijj%&71|DKW+R%[x-.PdDG-wlR9QFR MUV:a3_5.#-VrEdSZ$' ); define( 'LOGGED_IN_KEY', 'A6:./A|fY`xC[ZAYx-y+;rhV$EsuO Q&dq9fSUq:DMn7u;=DD7Y$E]hjZK?dwV*m' ); define( 'NONCE_KEY', '#2arbj(Us^y|OZ+!qX90 R)(Eeh10WSqr1pfPeglHRsst4)COvntDVZ<h-NMMrg2' ); define( 'AUTH_SALT', ',+0v<dp6EQ%Ovh7M%]>pDJh)Cd?watw7Tg2Khq80R(l+u.5YW]sL>L9W!?8TZ5Y_' ); define( 'SECURE_AUTH_SALT', 'AP <bOkw]I,d@z/$3A+?p^{2wKS,>tTDV0V4*a7p(u[z754b!jo&:_Ex$9IBW0{K' ); define( 'LOGGED_IN_SALT', '`s77{4o]?xB^I5K/c&scXiy{+-3yNUZNiI[^M%6T+Qw1]~zL^b-3JWG<7?`xm(<&' ); define( 'NONCE_SALT', 'mD~Pj_$KN|[y_:P}++iv>R)3kWPJ%EcsCPfm@&u~2>mMu-,)~hsRlt+}Fu)M@Ai%' ); /**#@-*/ /** * 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/documentation/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';