mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-14 19:43:48 +02:00
Updated sys.config
This commit is contained in:
parent
e2346f927b
commit
626cb0766d
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
%% Enables or disable TCP connections without TLS (true/false)
|
%% Enables or disable TCP connections without TLS (true/false)
|
||||||
{dev_mode, false},
|
{dev_mode, false},
|
||||||
%% TCP port, only available if dev_mode is set to true.
|
%% TCP port, only available if dev_mode is set to true.
|
||||||
{tcp_port, "${TCP_PORT}"},
|
{tcp_port, 1700},
|
||||||
%% TLS port, specified in RFC to 700, but can be set to anything else
|
%% TLS port, specified in RFC to 700, but can be set to anything else
|
||||||
%% in case that is needed.
|
%% in case that is needed.
|
||||||
{tls_port, "${TLS_PORT}"},
|
{tls_port, "${TLS_PORT}"},
|
||||||
%% When set to true, you can connect to EPP over HTTPS endpoints without
|
%% When set to true, you can connect to EPP over HTTPS endpoints without
|
||||||
%% verifying their TLS certificates.
|
%% verifying their TLS certificates.
|
||||||
{insecure, false},
|
{insecure, false},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue