Subversion Repositories DevTools

Rev

Rev 1311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1311 Rev 1327
Line 15... Line 15...
15
 
15
 
16
# Example of an oracle database URL.
16
# Example of an oracle database URL.
17
#$db = 'DBI:Oracle:host=127.0.0.1;sid=local';
17
#$db = 'DBI:Oracle:host=127.0.0.1;sid=local';
18
 
18
 
19
# Example of an SQL Server ODBC database URL.
19
# Example of an SQL Server ODBC database URL.
20
$db = 'DBI:ODBC:CodestrikerBANGKOK';
20
$db = 'DBI:ODBC:CodestrikerTraining';
21
 
21
 
22
# Example of a PostgreSQL database URL using the native Pg driver.
22
# Example of a PostgreSQL database URL using the native Pg driver.
23
#$db = 'DBI:Pg:dbname=codestrikerdb';
23
#$db = 'DBI:Pg:dbname=codestrikerdb';
24
 
24
 
25
# Example of a SQLite database URL.  Not fully supported yet.
25
# Example of a SQLite database URL.  Not fully supported yet.
Line 494... Line 494...
494
#$comment_state_metrics = [];
494
#$comment_state_metrics = [];
495
 
495
 
496
 
496
 
497
# Allows you to override the default title of "Codestriker %version%".
497
# Allows you to override the default title of "Codestriker %version%".
498
# $title = "Codestriker $Codestriker::VERSION";
498
# $title = "Codestriker $Codestriker::VERSION";
499
$title = "Bangkok Project Codestriker $Codestriker::VERSION";
499
$title = "Training Project Codestriker $Codestriker::VERSION";
500
 
500
 
501
# This options configures the metric support in codestriker. You have
501
# This options configures the metric support in codestriker. You have
502
# the following options:
502
# the following options:
503
#
503
#
504
# $metric_config = "none", "basic", "all", "metric name, metric name, etc"
504
# $metric_config = "none", "basic", "all", "metric name, metric name, etc"