| Current File : /home/digitaw/www/wp-config.php |
<?php
//Begin Really Simple Security key
define ('RSSSL_KEY', 'DZbGyKGSzInNJg7Afta5iDEhDwLZz9yb9EtyJAUV4ZuKEy1GfZcmar45LzfEl1gC');
//END Really Simple Security key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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/support/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', 'digitawdigitalis' );
/** Database username */
define( 'DB_USER', 'digitawdigitalis' );
/** Database password */
define( 'DB_PASSWORD', 'N54U55txkP' );
/** Database hostname */
define( 'DB_HOST', 'digitawdigitalis.mysql.db' );
/** 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', 'kF`+:N}L=zCq<;e/m@2xFINB]x,Z[QNit=+0u{v^H0!Yi@{/,d5fskgKIz~?2y%_' );
define( 'SECURE_AUTH_KEY', '1SmHMw?V&>AmtFRYkZrmc|7On!aC>3_j|)#Kh;QvjVDT]XX4u/j|N?u9c6,[^4-=' );
define( 'LOGGED_IN_KEY', 'b]k p+#s4hX{c^o1VHgt<N:cw =bV^t_^cmNY$_r/bjw9?)6=d9uV@[H]82S=Pdf' );
define( 'NONCE_KEY', 'N4()([8CMm8U[MF~iYYMd9nM7iBJiHtsQWd8HC4+xIDpBB]*c|`[8OYQ7`x.=Y^D' );
define( 'AUTH_SALT', '1JT7A3|sQ$>59b8E>r; H,(vjB{fxVRwgY|E2v4f!pB3kSuEB=sqZp,P3H)w-9g)' );
define( 'SECURE_AUTH_SALT', 'P$ZWG}8-}2*wz[et&4Z_up6|>At@-I2e&LjeqrNvDGdq~U0(ZUwvY`ND^lT9DnJ7' );
define( 'LOGGED_IN_SALT', 'DyFIC:.q|)r<XiC5c,;rS@*>|i7e?7<_6`g/d7Zub2eUO<6|En)vc7kWF3%_3|SF' );
define( 'NONCE_SALT', 'vLbeO9;b9b3tM+:>v<qq(#]K[Pn*jRp[,XWR> `Oe:$5{jdohr-H7vBv)%Sj)3B$' );
/**#@-*/
/**
* 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 );
define('WP_MEMORY_LIMIT','2048M');
define('WP_MAX_MEMORY_LIMIT', '2048M');
/* 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';