Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions: - Budget tracking (ki_budget) - Change request form (ki_changerequest) - Invoice generation (ki_invoice) - Expense tracking (ki_expenses) - Flexi time (ki_flexitime) - Export, admin panel, timesheets, tasks, summary Database: ~900K time entries, 2,000+ users, 439 projects. Config: includes/autoconf.php — localhost/kimai/kimai
This commit is contained in:
12
includes/autoconf.php
Normal file
12
includes/autoconf.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Kimai autoconf — local dev setup
|
||||
$server_hostname = "localhost";
|
||||
$server_database = "kimai";
|
||||
$server_username = "kimai";
|
||||
$server_password = "kimai";
|
||||
$server_conn = "mysql";
|
||||
$server_type = "";
|
||||
$server_prefix = "kimai15_";
|
||||
$language = "en";
|
||||
$password_salt = "S8047bw9Xdn60q8YPxh7Z";
|
||||
?>
|
||||
Reference in New Issue
Block a user