diff options
author | Linus Nordberg <linus@sunet.se> | 2019-07-01 09:28:15 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-07-01 09:28:15 +0200 |
commit | c36b20149cbca13db9b8ac4551f0b9b3928def8e (patch) | |
tree | d5d25131e91b41a75a058061d834d8749889320d /p11p-daemon | |
parent | 7c8d86f2ba0acc48445b48c269ad4a97692834e3 (diff) |
reformat
Diffstat (limited to 'p11p-daemon')
-rw-r--r-- | p11p-daemon/config/sys.config | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config index 9cc3f6e..2dbaa87 100644 --- a/p11p-daemon/config/sys.config +++ b/p11p-daemon/config/sys.config @@ -1,20 +1,17 @@ +%% -*- erlang -*- [ - {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}]}]} + {p11p, + [ + {loglevel, 3}, + {groups, + [{"vtoken0", + [{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}]}]} ]. |