e334e5f7e7
-initial import of completed database layer -CreateIdentity now requires a non-optional second pointer. This breaks backwards compatibility for CreateIdentity(), however, this is not a function extension authors are supposed to be calling --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40874
16 lines
222 B
INI
16 lines
222 B
INI
"Databases"
|
|
{
|
|
"driver_default" "mysql"
|
|
|
|
"default"
|
|
{
|
|
"driver" "default"
|
|
"host" "localhost"
|
|
"database" "sourcemod"
|
|
"user" "root"
|
|
"pass" ""
|
|
//"timeout" "0"
|
|
//"port" "0"
|
|
}
|
|
}
|