2008-03-30 09:00:22 +02:00
|
|
|
"Databases"
|
|
|
|
{
|
|
|
|
"driver_default" "mysql"
|
|
|
|
|
2010-05-21 20:00:33 +02:00
|
|
|
// When specifying "host", you may use an IP address, a hostname, or a socket file path
|
|
|
|
|
2008-03-30 09:00:22 +02:00
|
|
|
"default"
|
|
|
|
{
|
|
|
|
"driver" "default"
|
|
|
|
"host" "localhost"
|
|
|
|
"database" "sourcemod"
|
|
|
|
"user" "root"
|
|
|
|
"pass" ""
|
|
|
|
//"timeout" "0"
|
|
|
|
//"port" "0"
|
|
|
|
}
|
|
|
|
|
|
|
|
"storage-local"
|
|
|
|
{
|
|
|
|
"driver" "sqlite"
|
|
|
|
"database" "sourcemod-local"
|
|
|
|
}
|
2008-04-17 06:58:09 +02:00
|
|
|
|
|
|
|
"clientprefs"
|
|
|
|
{
|
2008-05-26 09:51:36 +02:00
|
|
|
"driver" "sqlite"
|
2008-04-17 06:58:09 +02:00
|
|
|
"host" "localhost"
|
|
|
|
"database" "clientprefs-sqlite"
|
|
|
|
"user" "root"
|
|
|
|
"pass" ""
|
|
|
|
//"timeout" "0"
|
|
|
|
//"port" "0"
|
|
|
|
}
|
2008-03-30 09:00:22 +02:00
|
|
|
}
|