diff options
author | David Walter Seikel | 2013-03-15 01:06:16 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-03-15 01:06:16 +1000 |
commit | 4515cca57d6a5248114b03954fe7984ba477fcce (patch) | |
tree | 2aedb44fd103effbb6c7d6870b6c2cf4b9c19c1b /config/os_modules_mysql.php | |
parent | Add the SQL update scripts. (diff) | |
download | opensim-SC_OLD-4515cca57d6a5248114b03954fe7984ba477fcce.zip opensim-SC_OLD-4515cca57d6a5248114b03954fe7984ba477fcce.tar.gz opensim-SC_OLD-4515cca57d6a5248114b03954fe7984ba477fcce.tar.bz2 opensim-SC_OLD-4515cca57d6a5248114b03954fe7984ba477fcce.tar.xz |
Add grid server web scripts.
Diffstat (limited to 'config/os_modules_mysql.php')
-rw-r--r-- | config/os_modules_mysql.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/os_modules_mysql.php b/config/os_modules_mysql.php new file mode 100644 index 0000000..f425149 --- /dev/null +++ b/config/os_modules_mysql.php | |||
@@ -0,0 +1,6 @@ | |||
1 | <?php | ||
2 | $DB_HOST = "localhost"; | ||
3 | $DB_USER = "DATABASE_USER"; | ||
4 | $DB_PASSWORD = "DATABASE_PASSWORD"; | ||
5 | $DB_NAME = "DATABASE_NAME"; | ||
6 | ?> | ||