File: simba-cfg.template

package info (click to toggle)
simba 0.8.4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 504 kB
  • ctags: 172
  • sloc: perl: 2,645; sh: 188; makefile: 51
file content (7 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# local database configuration file:

$db_config = {
	dsn  => 'dbi:mysql:database=_DBC_DBNAME_;host=_DBC_DBSERVER_;port=_DBC_DBPORT_',
	user => '_DBC_DBUSER_',
	pass => '_DBC_DBPASS_',
};