blob: b431301df6eeb18e56a2a5f4c03a8eeef54844fa (
plain) (
blame)
1
2
3
4
5
6
|
%% -*- erlang -*-
{netconf1,[{ssh,"127.0.0.1"},
{port,2060},
{user,"xxx"},
{password,"xxx"}]}.
{ct_conn_log,[{ct_netconfc,[{log_type,pretty}]}]}. %overrides args to cth_conn_log
|