| Server IP : 103.175.220.74 / Your IP : 216.73.216.151 Web Server : nginx/1.18.0 System : Linux p-floo-wj1-db 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : deploy ( 1003) PHP Version : 7.4.3-4ubuntu2.29 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 : /var/www/app/web.onega.id/wp-landing/ |
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', "wp_onega_web" );
/** Database username */
define( 'DB_USER', "floo" );
/** Database password */
define( 'DB_PASSWORD', "FlooPass_1234!" );
/** Database hostname */
define( 'DB_HOST', "127.0.0.1" );
/** 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', '>sF^:%La=n-s0}gX@/VMb]Q6je0]upR?8?D^l%@-#I)$?Y;J*3(vC.!NFbcmDL{A' );
define( 'SECURE_AUTH_KEY', 'k&hu#&f^A<`QA5x^t:lOl;6NoO-k}ug<a&9uggb?&6XEfsT{8`zl;uf{!PrSu)_}' );
define( 'LOGGED_IN_KEY', 'z1*whyyGv:V{?Dd~&UwAq0FJ`#~f&pL1&9^0ZQSkkEbI$wP&2p|8Ju=KE2!Otm}[' );
define( 'NONCE_KEY', ']e4G5+ 7g1T:.xSP#DicVy9i)D[;G9r%n<$M2`YR!B#&((>VAxrGt8bEO,75O]{n' );
define( 'AUTH_SALT', '=L=n?PmjUfEGEs9SGV)n4d)*QaNkc$rB,qAZ{Cx9Cw8*:W*qo|]<20!`G^z eL38' );
define( 'SECURE_AUTH_SALT', 'aKw].5Q^_*UIuQXo_+Q1b1VPK&IIZc0!lKzw2pzb$Pg*rzn6FhV31G7f& l0s &9' );
define( 'LOGGED_IN_SALT', 'vVh2(fnN3BsJJ<HA.pxN-Qn[VTR&]|-{6MF +yX*p8a|j..gY=/$!,-J:NP#mN{r' );
define( 'NONCE_SALT', 'lbxs}*[[TQo:y R.TP`gA-&4R`685!??Xpr(;=A(NPt4!(m[Oj,9%[(:s1os%}bh' );
/**#@-*/
/**
* 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. */
define( 'WP_SITEURL', 'https://web.onega.id/' );
/* 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';