%% -*- erlang -*- [ {p11p, [ {loglevel, 3}, {proxyapp_bin_path, "/usr/lib/x86_64-linux-gnu/p11-kit/p11-kit-remote"}, {testing_drop_prob, 0}, {vtokens, [{"vtoken0", [ {timeout, 2000}, {modules, [ {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, {"bogusmod_0", "/usr/lib/softhsm/libsofthsm2.so"} ]} ]}, {"vtoken1", [ %% Try failover twice, even if we have only one token. In %% effect, retry the same token once after a failure. {failover, 2}, {timeout, 1000}, {modules, [ {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so", [{"SOFTHSM2_CONF", "/home/linus/usr/src/p11p/tests/softhsm/softhsm2.conf"}]} ]} ]} ]} ]}, {lager, [{handlers, [ {lager_console_backend, [{level, debug}]} ]}]} ].