Skip to content
Snippets Groups Projects
Commit d5aff747 authored by alvaro's avatar alvaro
Browse files

Moving default settings so tab-autocomplete is easier.

Fixing bug that shows lodspk.home as baseUri, when it should show local ns
parent af13fcf5
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class ServiceModule extends abstractModule{
$results['params'] = $params;
$lodspk['home'] = $conf['basedir'];
$lodspk['home'] = $conf['ns']['local'];
$lodspk['baseUrl'] = $conf['basedir'];
$lodspk['module'] = 'service';
$lodspk['root'] = $conf['root'];
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment