Latest JAS v1.1.0
144 plugins online

Projects / Database configuration

The database configuration is located in the "db.conf.php" file in the project's include directory (project/first/include/). If you used the JAS backend to Setup setup your Projects project this file is automagically generated.

Examples

Database configuration example
PHP
<?
  $db["default"]="mysql://user:wng4h45jh6e56jsarb@localhost:3306/first/";
// $db["type"]="type://username:password@hostname:port/database_name/";
?>

Note that the core also has a "db.conf.php" file in the "include directory" with some default database configurations.

Comments (0)