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