Updated config to not do hostname resolution

This commit is contained in:
Tristan B. Kildaire 2020-12-04 18:16:24 +02:00
parent d3b5565525
commit dcb994bfa4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"servers" : { "servers" : {
"dserv1" : { "dserv1" : {
"address" : "memyselfandi", "address" : "127.0.0.1",
"port" : "7777", "port" : "7777",
"auth" : { "auth" : {
"username" : "deavmi1", "username" : "deavmi1",
@ -94,4 +94,4 @@
] ]
} }
} }
} }