Welcome to UAP Docs - Config
/* Define Site Url Address */
define('SITE_URL', 'http://uap4demo.userapplepie.com/');
The site url is used throughout the system mainly with links.
/* Default Session Prefix */
define('SESSION_PREFIX', 'uap4_');
The session prefix is used with cookie sessions mainly for the remember me feature. You can use any prefix you like as long as it starts with an underscore.
/**
* Database engine default is mysql.
*/
define('DB_TYPE', 'mysql');
/**
* Database host default is localhost.
*/
define('DB_HOST', 'localhost');
/**
* Database name.
*/
define('DB_NAME', 'uap4_demo_db');
/**
* Database username.
*/
define('DB_USER', 'uap4_demo_user');
/**
* Database password.
*/
define('DB_PASS', 'db_password');
/**
* PREFER to be used in database calls default is uap4_
*/
define('PREFIX', 'uap4_');
The UAP 4 System relies on the database. It is built for mySQL, but may work with other sql databases.
The Install Script will add all the tables needed to the database and insert some needed data.
<?=SITE_TITLE?>
Site Description : Used to set the site description in html header of site.
<?=SITE_DESCRIPTION?>
Site Keywords : Used to set the site keywords in html header of site.
<?=SITE_KEYWORDS?>
UserApplePie Getting Started - Configuring your site Created by DaVaR - 3 years ago Replies 0 Sweets 0 Views 402 Images 0 UserApplePie Getting Started - Configuring your site Created by DaVaR - 3 years ago Replies 0 Sweets 0 Views 402 |