mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-15 09:22:03 +00:00
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@167 109abde3-1f22-4c10-b5d7-b6b0135cd00c
7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
$DB_HOST = "localhost";
|
|
$DB_USER = "root";
|
|
$DB_PASSWORD = "";
|
|
$DB_NAME = "ossearch";
|
|
?>
|