| |
|
Line 20
|
Parallel
|
Line 20
|
Parallel
|
| 20 |
# Example of a PostgreSQL database URL using the native Pg driver. |
20 |
# Example of a PostgreSQL database URL using the native Pg driver. |
| 21 |
#$db = 'DBI:Pg:dbname=codestrikerdb'; |
21 |
#$db = 'DBI:Pg:dbname=codestrikerdb'; |
| 22 |
|
22 |
|
|
|
23 |
# Example of a SQLite database URL. Not fully supported yet. |
|
|
24 |
#$db = 'DBI:SQLite:dbname=/var/www/codestrikerdb'; |
|
|
25 |
|
| 23 |
# Database user. |
26 |
# Database user. |
| 24 |
#$dbuser = 'system'; |
27 |
#$dbuser = 'system'; |
| 25 |
$dbuser = 'codestriker'; |
28 |
$dbuser = 'codestriker'; |
| |
| |
|
Line 141
|
Parallel
|
Line 144
|
Parallel
|
| 141 |
|
144 |
|
| 142 |
# The next example is for a Perforce repository. After the |
145 |
# The next example is for a Perforce repository. After the |
| 143 |
# leading :perforce identifier, the next two components are the |
146 |
# leading :perforce identifier, the next two components are the |
| 144 |
# Perforce user and client parameters. The last two parameters |
147 |
# Perforce user and password parameters. The last two parameters |
| 145 |
# after the '@' symbol represent the host and port number of |
148 |
# after the '@' symbol represent the host and port number of |
| 146 |
# the Perforce server. |
149 |
# the Perforce server. |
| 147 |
'perforce:sits:sits2@localhost:1666', |
150 |
'perforce:sits:password@localhost:1666', |
|
|
151 |
|
|
|
152 |
# Same as previous example, but with no password specified. |
|
|
153 |
'perforce:sits@localhost:1666', |
| 148 |
|
154 |
|
| 149 |
# The final example is a ClearCase repository, where the path is |
155 |
# The final example is a ClearCase repository, where the path is |
| 150 |
# the location of a shared snapshot view. From this view, it |
156 |
# the location of a shared snapshot view. From this view, it |
| |