Skip to content

Commit

Permalink
Proxy assets by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Mar 17, 2016
1 parent 5e3a35a commit 29b85f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var myNuts = nuts.Nuts({
timeout: process.env.VERSIONS_TIMEOUT,
cache: process.env.VERSIONS_CACHE,
refreshSecret: process.env.GITHUB_SECRET,
proxyAssets: Boolean(process.env.DONT_PROXY_ASSETS )
proxyAssets: !Boolean(process.env.DONT_PROXY_ASSETS)
});

// Control access to API
Expand Down

0 comments on commit 29b85f2

Please sign in to comment.