Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/
Upload File :
Current File : /var/www/cesa.co.za/wp-config.php

<?php

@ini_set('upload_max_size', '128M');
@ini_set('post_max_size', '128M');
/**
 * 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', 'cesa_wp');

/** MySQL database username */
define('DB_USER', 'cesa_wp');

/** MySQL database password */
define('DB_PASSWORD', 'Ji)YGPcY5Km8uNsy');

/** MySQL hostname */
define('DB_HOST', 'cesa-main-db.local');

/** 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', '');

define( 'AS3CF_SETTINGS', serialize( array(
	'provider' => 'gcp',
	'key-file-path' => '/var/www/cesa.co.za/cfg/google-keyfile-storage-admin.json',
) ) );

/* * #@+
 * 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',         'Q!vk@b<QEj_^/+W>Y]&8nAO&*{Q>3W?s7ZG75-s(-i)}7g0Sj`(dPv,&,#ZASwtP');
define('SECURE_AUTH_KEY',  'xW}XooU 5mo8N|+?6IbqL00K;GdVz+=q|bu9t1$AG.vMN0+l}t00hlHL-;vla5Ka');
define('LOGGED_IN_KEY',    ';53dqu6IyMfnKpX*URqyP;dj]?EWu#!+yu+kQ82BEDmjEtDCY!>j9v5QLrF]^NbZ');
define('NONCE_KEY',        '%*5lW -,J9}tg;=+7(|W3pmUw,3OfuCaKrBfNsM$gBXQT62FxqR7w(b1Cgr*ll|I');
define('AUTH_SALT',        'WzQ*Lg=~^%02s9Hl&ch.:Aq,~mu_&^WYE_/m$[h9(drixZ +`F6.yA)!N.+z>ko>');
define('SECURE_AUTH_SALT', '3B5;KjSn8$*GI^fhhG}]fDG`+Ohl.Kj|3Qn;KP796jqBB$9cTq7E+Bv/wIx;R!<:');
define('LOGGED_IN_SALT',   ' %vikhzWE8-&u/YCbQpPSi3&UcipOl?f^3N7+zy0fH`DO%#k{U+vM1Xkq5TcmMP=');
define('NONCE_SALT',       'TBCy6pKGpHj l]~PvC4!bNx$|Ah/]@g-sZU:{[23$?Q[I-}?-_?[}jh}?kq: r}c');

/* * #@- */

/**
 * 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);

/* Multisite */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'www.cesa.co.za');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

// define('DISABLE_WP_CRON', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if (!defined('ABSPATH'))
    define('ABSPATH', dirname(__FILE__) . '/');

define('FS_METHOD', 'direct');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

define('CONCATENATE_SCRIPTS', false);