summaryrefslogtreecommitdiff
path: root/p11p-daemon/config/sys.config
blob: eb6ca10bc5dfcb56766c14632c3c0f2234714c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%% -*- erlang -*-
[
 {p11p,
  [
   {loglevel, 3},
   {groups,
    [{"vtoken0",
      [{mode, failover, [timeout]}, % {mode, failover|balance, [timeout]|[TBD]}
       {modules,
	[{"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"},
	 {"bogusmod_0", "/usr/lib/softhsm/libsofthsm2.so"}]}
      ]},
     {"vtoken1",
      [{modules,
	[{"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}]}]}]}]},
 {lager,
  [{handlers,
    [{lager_console_backend, debug}]}]}
].