//define('DB_NAME', 'apostol'); /** MySQL database username */ //define('DB_USER', 'apostol'); /** MySQL database password */ //define('DB_PASSWORD', 'petern123'); /** MySQL hostname */ //define('DB_HOST', '192.168.123.113'); /** Database Charset to use in creating database tables. */ //define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ //define('DB_COLLATE', ''); /** Ftp */ /* define( 'FTP_USER', 'apostol' ); define( 'FTP_PASS', 'ptr2xx9adwet' ); define( 'FTP_HOST', '89.233.118.254:2255' ); define( 'FTP_SSL', true ); */ /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ //define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ //require( dirname( __FILE__ ) . '/wp-blog-header.php' );