Skip to content
Snippets Groups Projects
Commit 64117d55 authored by alangrafu's avatar alangrafu Committed by GIT_AUTHOR_NAME
Browse files

Merge branch 'hotfixes' into development

parents 09d211e8 f4ab280d
No related branches found
No related tags found
No related merge requests found
<?
$conf['endpoint']['local'] = 'http://localhost/db/endpoint.php';
$conf['home'] = '/Users/alvarograves/github/lodspeakr/';
$conf['basedir'] = 'http://localhost/lodspeakr/';
//$conf['debug'] = true;
$conf['mirror_external_uris'] = false;
/*ATTENTION: By default this application is available to
* be exported and copied (its configuration)
* by others. If you do not want that,
* turn the next option as false
*/
$conf['export'] = true;
#If you want to add/overrid a namespace, add it here
$conf['ns']['local'] = 'http://localhost/lodspeakr/';
$conf['types']['priorities']['local:AnotherClass'] = 10;
$conf['types']['priorities']['local:AsDAsd'] = 2;
?>
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