summaryrefslogtreecommitdiff
path: root/test/suite.erl
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-10-01 17:00:50 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-10-01 17:00:50 +0200
commit6ca56917923fe9ac2b582ae2b7afc7d7874fb8c0 (patch)
tree0d196121a12ac731f0625c5b38c9112e3c36de9c /test/suite.erl
parentBump version of jose to 1.9.0 (diff)
Allow configuring proxy65 port in tests
Diffstat (limited to 'test/suite.erl')
-rw-r--r--test/suite.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite.erl b/test/suite.erl
index 7c565eac..a82f06ef 100644
--- a/test/suite.erl
+++ b/test/suite.erl
@@ -62,6 +62,7 @@ init_config(Config) ->
{s2s_port, 5269},
{component_port, 5270},
{web_port, 5280},
+ {proxy_port, 7777},
{password, Password},
{mysql_server, <<"localhost">>},
{mysql_port, 3306},