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