diff --git a/settings.inc.php.1326740890 b/settings.inc.php.1326740890 deleted file mode 100644 index 6bf48fe8df7e0ff9731fe5904cadcbefcc0038da..0000000000000000000000000000000000000000 --- a/settings.inc.php.1326740890 +++ /dev/null @@ -1,22 +0,0 @@ -<? - -$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; - -?>