File manager - Edit - /var/www/payraty/landing-page-new/wp-config.php
Back
<?php define( 'WP_CACHE', false); /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('WP_MEMORY_LIMIT', '500M'); define('WP_DEBUG', true); //define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); define( 'DB_NAME', 'landing_page' ); define('FS_METHOD', 'direct'); /** Database username */ define( 'DB_USER', 'root' ); /** Database password */ define( 'DB_PASSWORD', 'Payraty123#' ); /** Database hostname */ define( 'DB_HOST', 'payraty-dev.cnoii2y6c5oj.eu-west-2.rds.amazonaws.com' ); /** 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', 'I.!Y2`^ZM_neGjWI[7IiM/N:6<dj7Gg/&otI*9lwatki0inVsviuks|:,^AGwAEk' ); define( 'SECURE_AUTH_KEY', '}^MKwH#H7IZD8G3oyTb~Z.-uI+i/ys &y.:UXax^/>N0/b;Vvh>?z+#P(n+7_xLp' ); define( 'LOGGED_IN_KEY', '1*%0?NU-U=hpB6_.^fE+G6[aZW]/O{`/1Jn*#Kh*0UBYIU%G>WFQ :/ 1X18!6}:' ); define( 'NONCE_KEY', '3%&@juyf3O~@rCd->R:f=v6_WA?rIi9epBmOi^Q{r6++`X<FuB P[Kjn>9;>gX:,' ); define( 'AUTH_SALT', '9x,>w5n.+R0sQdY/%zND{QPgFc+4[[=G}B)1/r!nd?={/*_dhYH2K3kS{,K 2;[=' ); define( 'SECURE_AUTH_SALT', 'hXei%uHGrk!k.F@j)wx[mBTk:c<3>_U?.#wFokdrPH]I7EY-#[5j@uA#T/o;g2`O' ); define( 'LOGGED_IN_SALT', '71g&Jzg]Q<GSq1]h76Q2foh$ROi:8L?wh4SqI&x~:_zvJ-MK,q2xD2!(NY/:Q=Es' ); define( 'NONCE_SALT', 'P:cB?z4YL*L(;KZn+vwkf$!tkFF4tJjTgkYhGH;l8sBK6y&-]@3[G0d?fZ8K(hsk' ); /**#@-*/ /** * 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 = 'lp_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ /* 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';
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings