diff options
author | emkael <emkael@tlen.pl> | 2016-04-20 17:14:35 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-20 17:14:35 +0200 |
commit | 4e9251ea265a24e749b7756da2585663e8f85232 (patch) | |
tree | 7b35a33765109a98cceeb8f188be486807773767 /app/php/db/config.xml | |
parent | 07dc0f74569f5ad990f34c01944fe5a93181a26d (diff) |
* config paths as symlinks to common config
Diffstat (limited to 'app/php/db/config.xml')
-rw-r--r-- | app/php/db/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |