File: /var/www/clients/client1079/web2215/web/public/wp-config.php
<?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:
*
* * 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', "c1079db" );
/** MySQL database username */
define( 'DB_USER', "c1079db" );
/** MySQL database password */
define( 'DB_PASSWORD', "w6Ouv73k" );
/** MySQL 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', '' );
define( 'WP_AUTO_UPDATE_CORE', false );
/**#@+
* 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', '@uYMv:svUDwM3,/s8yIZ~(pb]K1Xq[ain~=V}JFWZBql0k+VX>gCjeVBEX~iW{-_' );
define( 'SECURE_AUTH_KEY', '{f/*hmwW+?_Cr88P}Pf]# 0X&0b.p7)UNNrXo&OypcQRads A|cr>9QW8l?qwur@' );
define( 'LOGGED_IN_KEY', 'bK9(m5P&_(0dn1Grs0Bq|sHhHH6>|xcwu[o7Dii2V.#myT2DLJUj+Ah~p`Je<Zu=' );
define( 'NONCE_KEY', 'esJ}DE!mfbg,tD)E2:[-?;qJa!.|~_:>@%T[F)P+8$)*ieEY=br!7Q_7Zm6M>za`' );
define( 'AUTH_SALT', '>+.Bh%F9qyeRzLF0:GQAI:SbRD2R/v.1=N*@4AKJts%;A@9)e+S4L0|Ubj!ce%.9' );
define( 'SECURE_AUTH_SALT', '>D1WgHwJ@gN3kh<`]1t=`4ZQA&b`C)S7A^sc&I~6NR7{K.UTK!Bj{;`DbdzAa,vo' );
define( 'LOGGED_IN_SALT', '#Z*r<3& s9?MzM!H9Y[u?^/RO_~Z$Vq_^A<0.u.f4jU1QMt$- nkZ:eJ6n%3k3$p' );
define( 'NONCE_SALT', ' hJw`>=5vW6+Y60k=<aFA_&;jB(?+_1e)|#ut^nNn{z)^q0n@TJG*$F=HC.+/dnh' );
/**#@-*/
/**
* 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 = 'wdevcp_';
/**
* 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', true );
define('DISALLOW_FILE_EDIT', false);
/* 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' );
/* URL Deweloperski
define( 'WP_HOME', 'http://localhost/DeveloperTemplateC_WP_PHP/' );
define( 'WP_SITEURL', 'http://localhost/DeveloperTemplateC_WP_PHP/' );
*/