Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
simplify end user startup until issue #12 is done
Browse files Browse the repository at this point in the history
  • Loading branch information
bblfish committed Jan 26, 2014
1 parent f137faf commit 138a320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/AppConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// proxy
//$rdf.Fetcher.crossSiteProxyTemplate = "http://localhost:9000/srv/cors?url=";
//$rdf.Fetcher.homeServer = "http://localhost:9000/";
//$rdf.Fetcher.crossSiteProxyTemplate = "http://data.fm/proxy?uri=";
$rdf.Fetcher.crossSiteProxyTemplate = "http://data.fm/proxy?uri=";
//$rdf.Fetcher.onlyUseProxy = false;

// Level of logs in external libs.
Expand Down

0 comments on commit 138a320

Please sign in to comment.