summaryrefslogtreecommitdiff
path: root/test/config/tls_sample.config
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/tls_sample.config')
-rw-r--r--test/config/tls_sample.config16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/config/tls_sample.config b/test/config/tls_sample.config
deleted file mode 100644
index 8559b8c..0000000
--- a/test/config/tls_sample.config
+++ /dev/null
@@ -1,16 +0,0 @@
-%% -*- erlang -*-
-[
- {include_lib, "rvi_core/test/config/sample.config"},
- {set_env,
- [
- {rvi_core,
- [
- { [routing_rules, ""], [{proto_json, dlink_tls_rpc}] },
- { [components, data_link], [{dlink_tls_rpc, gen_server,
- [{server_opts, [{port, 9007}]},
- {persistent_connections,
- ["localhost:8007"]}]}]},
- { [components, protocol], [{ proto_msgpack, gen_server, [] }] }
- ]}
- ]}
-].