diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-08-16 21:48:13 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-08-16 21:58:28 +0100 |
commit | f52e26a6bf532da05f732ee7a6f0fcd6127e3a15 (patch) | |
tree | 98de1ca84170c87e9be29317f5d6c8673346ea5c /testdata | |
parent | 6bad2d072333e1b6574dc206c4019130e9a89e88 (diff) |
Allow selecting which ip to listen on
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/config.go b/testdata/config.go index 9ad9394..4670ea5 100644 --- a/testdata/config.go +++ b/testdata/config.go @@ -5,6 +5,7 @@ var ServerConfig = []byte(` use_tls = true tls_key = "server.key" tls_cert = "server.crt" + address = "127.0.0.1" port = 443 cookie_secret = "supersecret" } |