mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-23 15:50:48 +02:00
Move session_id function to util module
This commit is contained in:
parent
e7aa9b9770
commit
0c8cbaefc7
6 changed files with 24 additions and 9 deletions
|
@ -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"}]}
|
||||
].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue