aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-08-16 21:48:13 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-08-16 21:58:28 +0100
commitf52e26a6bf532da05f732ee7a6f0fcd6127e3a15 (patch)
tree98de1ca84170c87e9be29317f5d6c8673346ea5c /testdata
parent6bad2d072333e1b6574dc206c4019130e9a89e88 (diff)
Allow selecting which ip to listen on
Diffstat (limited to 'testdata')
-rw-r--r--testdata/config.go1
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"
}