added address to debug config

This commit is contained in:
hrj 2021-05-19 20:19:23 +05:30
parent ab9c0e6247
commit 6f6c6eda66

View File

@ -1,6 +1,7 @@
{ {
"randomSeed" : 20, "randomSeed" : 20,
"port" : 8888, "port" : 8888,
"address" : "0.0.0.0",
"captchaExpiryTimeLimit" : 5, "captchaExpiryTimeLimit" : 5,
"throttle" : 10, "throttle" : 10,
"threadDelay" : 2, "threadDelay" : 2,