<?php
/**
* @package Prime Social
* @link http://primesocial.ru
* @copyright Copyright (C) 2016 Prime Social
* @author BoB | http://primesocial.ru/about
*/
define ('DBHOST', 'localhost');
define ('DBPORT', '3306');
define ('DBNAME', 'primesocial');
define ('DBUSER', 'root');
define ('DBPASS', '');
define('HOME', 'http://localhost');