mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-15 12:03:47 +02:00
Remove dev config file
This commit is contained in:
parent
a4d9773002
commit
b5a7430c96
2 changed files with 2 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,3 +17,5 @@ _build
|
||||||
*.iml
|
*.iml
|
||||||
rebar3.crashdump
|
rebar3.crashdump
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
config/dev.config
|
||||||
|
|
|
@ -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"}]}
|
|
||||||
].
|
|
Loading…
Add table
Add a link
Reference in a new issue