| Server IP : 35.154.56.2 / Your IP : 216.73.217.116 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-0-189 6.8.0-1029-aws #31-Ubuntu SMP Wed Apr 23 18:20:04 UTC 2025 aarch64 User : ubuntu ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/cwd/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/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', 'primawpcms' );
/** MySQL database username */
define( 'DB_USER', 'primawpcms' );
/** MySQL database password */
define( 'DB_PASSWORD', 'A@b8{3q@W=S!{' );
/** MySQL 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', '%i$Ff#>v|9:B~nm-lK&WUu=i6#0a9pWH[Zxe2P:NnOFuP(M|W>,/oY>v~1qJ.;R~' );
define( 'SECURE_AUTH_KEY', '^5Ae>Al#T6aL$;,;@R9e@zFDD+&zo#)rRfpM81_JHpI%;[9l0n#p0z9Sg3?G,a0)' );
define( 'LOGGED_IN_KEY', 'NzE^]&YK>Y/N~/P7@5)f*O;0#y}R2evuc]`nbd_?Y5}ja=e|y+jywnRh%P0mONym' );
define( 'NONCE_KEY', '5H-A8k{vl*@Z^X43{}lc|)6g17#--uBLX/gX_Y[ #0MD+i~l:O^ex/49P),Bee8t' );
define( 'AUTH_SALT', '<HVbq]-ey.Tzl3k]QZ+dMuWm#A~>Krqyr!R%ZIZ njw$QCpkLl1)5grXC&9w_lbj' );
define( 'SECURE_AUTH_SALT', 'Y^W,@<~b6.%U-mC7!WmLde?*Pj/rs^s6g$`c%u38/OB]*pd<YsNHxu}/:g-;r!yl' );
define( 'LOGGED_IN_SALT', 'r)0V64ZGIo_Bae-swa C|=B>Ik6<a=Sn*];pm<V5u~,IVah?*huQ^][<bU0+_5:&' );
define( 'NONCE_SALT', '5Mt/=!bheChq;1_6S*gUHR%}QN9p_#7:T%2&KN50>8 )2+.K,he1w,>XN%/pS7%0' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/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', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );