Move session_id function to util module

This commit is contained in:
Maciej Szlosarczyk 2019-05-28 09:44:09 +03:00
parent e7aa9b9770
commit 0c8cbaefc7
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
6 changed files with 24 additions and 9 deletions

View file

@ -1,6 +1,9 @@
[
{epp_proxy, [{tcp_port, 1133},
{tls_port, 4444},
{epp_proxy, [{tcp_port, 17001,
{tls_port, 17002},
{epp_session_url, "https://registry.test/epp/session/"},
{epp_command_url, "https://registry.test/epp/command/"}]}
{epp_command_url, "https://registry.test/epp/command/"},
{cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
{certfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
{keyfile_path, "/opt/shared/ca/certs/ca.crt.pem"}]}
].