mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Remove 'localhost' references
This commit is contained in:
parent
10623873e8
commit
36e00bb29e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"host": "localhost",
|
"host": "0.0.0.0",
|
||||||
"port": 7777,
|
"port": 7777,
|
||||||
|
|
||||||
"keyLength": 10,
|
"keyLength": 10,
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
"storage": {
|
"storage": {
|
||||||
"type": "redis",
|
"type": "redis",
|
||||||
"host": "localhost",
|
"host": "0.0.0.0",
|
||||||
"port": 6379,
|
"port": 6379,
|
||||||
"db": 2,
|
"db": 2,
|
||||||
"expire": 2592000
|
"expire": 2592000
|
||||||
|
|
Loading…
Reference in a new issue