From 98085f982e98466b994c033be55047ce370dcac5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Mar 2015 15:18:34 -0400 Subject: Initial sinple store infrastructure --- custodia.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'custodia.conf') diff --git a/custodia.conf b/custodia.conf index 747c446..4a32c11 100644 --- a/custodia.conf +++ b/custodia.conf @@ -11,6 +11,11 @@ handler = custodia.http.authenticators.SimpleHeaderAuth name = REMOTE_USER value = simo +[store:simple] +handler = custodia.store.sqlite.SqliteStore +dburi = secrets.db +table = secrets + [/] handler = custodia.root.Root -- cgit