Commit 36e00bb2 authored by John Crepezzi's avatar John Crepezzi
Browse files

Remove 'localhost' references

parent 10623873
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{

  "host": "localhost",
  "host": "0.0.0.0",
  "port": 7777,

  "keyLength": 10,
@@ -25,7 +25,7 @@

  "storage": {
    "type": "redis",
    "host": "localhost",
    "host": "0.0.0.0",
    "port": 6379,
    "db": 2,
    "expire": 2592000