Fixed docker instances not being able to start due to misconfigured default for IpAddress binding (#1851)

This commit is contained in:
Joe Milazzo 2023-03-06 08:43:53 -06:00 committed by GitHub
parent 84fe4b849b
commit 94830300f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"TokenKey": "super secret unguessable key",
"Port": 5000,
"IpAddresses": "0.0.0.0,::"
"IpAddresses": ""
}