summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf5
1 files changed, 5 insertions, 0 deletions
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