summaryrefslogtreecommitdiff
path: root/app/php/db
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/db')
l---------app/php/db/config.json1
-rw-r--r--app/php/db/config.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/php/db/config.json b/app/php/db/config.json
new file mode 120000
index 0000000..89a492f
--- /dev/null
+++ b/app/php/db/config.json
@@ -0,0 +1 @@
+../../../config/db.json \ No newline at end of file
diff --git a/app/php/db/config.xml b/app/php/db/config.xml
index d07618c..20b1c4c 100644
--- a/app/php/db/config.xml
+++ b/app/php/db/config.xml
@@ -3,6 +3,6 @@
<modules>
<module id="db"
class="Application.db.DBModule"
- config="../../config/db.json" />
+ config="db/config.json" />
</modules>
</configuration>