mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Brought in other OGS server components and the all-important caffeine script
This commit is contained in:
9
ogs/common/database.inc.php.tmpl
Normal file
9
ogs/common/database.inc.php.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
// this file tells all the OGS services where to find the MySQL database
|
||||
// if multiple OGS services are running on one machine, it is assumed that they all use the same MySQL server/database
|
||||
|
||||
$dbhost="YOURSERVERHERE";
|
||||
$dbuser="opengridservice";
|
||||
$dbname="OGS";
|
||||
$dbpasswd="supersecret";
|
||||
?>
|
||||
Reference in New Issue
Block a user