Remove dev config file

This commit is contained in:
Maciej Szlosarczyk 2019-05-28 11:21:48 +03:00
parent a4d9773002
commit b5a7430c96
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 9 deletions

2
.gitignore vendored
View file

@ -17,3 +17,5 @@ _build
*.iml *.iml
rebar3.crashdump rebar3.crashdump
*~ *~
config/dev.config

View file

@ -1,9 +0,0 @@
[
{epp_proxy, [{tcp_port, 1700},
{tls_port, 700},
{epp_session_url, "https://registry.test/epp/session/"},
{epp_command_url, "https://registry.test/epp/command/"},
{cacertfile_path, "/opt/shared/ca/certs/ca.crt.pem"},
{certfile_path, "/opt/shared/ca/certs/cert.pem"},
{keyfile_path, "/opt/shared/ca/certs/key.pem"}]}
].