Skip to content

Commit

Permalink
Updating router, changing default address to 0.0.0.0 so vm instal…
Browse files Browse the repository at this point in the history
…ls are less annoying
  • Loading branch information
avoidwork committed Jun 7, 2018
1 parent 3d02916 commit 39484d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "127.0.0.1",
"address": "0.0.0.0",
"auth": {
"protect": [],
"unprotect": [],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an elastic REST API gateway for node.js",
"version": "7.0.12",
"version": "7.0.13",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"tiny-uuid4": "^1.0.1",
"tiny-xml": "^1.0.6",
"uws": "^10.148.0",
"woodland": "^5.0.20",
"woodland": "^5.0.21",
"yamljs": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 39484d2

Please sign in to comment.