Skip to content

Commit

Permalink
Closes #3: adapted to renamed replacement config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Nov 23, 2016
1 parent 745f2b4 commit 792bfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ instances listens to port 8080):
```
var config = {
replace: {
searchUrl: 'https://example.org/',
replacement: 'http://localhost:3000/',
backendBaseURI: 'https://example.org/',
exposedBaseURI: 'http://localhost:3000/',
mediaTypes: [undefined, 'application/javascript', 'application/json', 'text/html', 'text/turtle']
},
port: 3000,
Expand Down

0 comments on commit 792bfd7

Please sign in to comment.