First pass at adding key files
This commit is contained in:
18
site/slowtwitch.com/cgi-bin/articles/admin/defs/database.def
Normal file
18
site/slowtwitch.com/cgi-bin/articles/admin/defs/database.def
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
Reference in New Issue
Block a user