discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/defs/database.def
2024-06-17 21:49:12 +10:00

19 lines
473 B
Modula-2

# Database access & configuration file
# Last updated: Fri Aug 31 13:04:07 2007
# Created by GT::SQL $Revision: 1.111 $
{
'PREFIX' => 'glinks_',
'PrintError' => '0',
'RaiseError' => '0',
'database' => 'slowtwitch',
'def_path' => '/var/home/slowtwitch/slowtwitch.com/cgi-bin/articles/admin/defs',
'driver' => 'mysql',
'host' => '192.168.1.10',
'login' => 'slowtwitch',
'obj_cache' => '1',
'password' => 'k9volqlAcpq',
'port' => undef
};
# vim:syn=perl:ts=4:noet