From dee5a19d36554a8f9a365efd65d13b134889bf63 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 19 Jun 2016 23:44:25 +0100 Subject: first pass at a certificate store --- example-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'example-server.conf') diff --git a/example-server.conf b/example-server.conf index 6d0bb05..fc377fe 100644 --- a/example-server.conf +++ b/example-server.conf @@ -6,6 +6,7 @@ server { port = 443 # Port to listen on cookie_secret = "supersecret" # Authentication key for the client cookie http_logfile = "http.log" # Logfile for HTTP requests + datastore = "mysql:user:pass:host:3306" # engine:username:password:hostname:port } # Oauth2 configuration -- cgit v1.2.3