aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config/os_modules_mysql.php
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-03-15 01:06:16 +1000
committerDavid Walter Seikel2013-03-15 01:06:16 +1000
commit4515cca57d6a5248114b03954fe7984ba477fcce (patch)
tree2aedb44fd103effbb6c7d6870b6c2cf4b9c19c1b /config/os_modules_mysql.php
parentAdd the SQL update scripts. (diff)
downloadopensim-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.php6
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?>