From 748ae6cf5a681588ca370a92c1a0e42a987d79d5 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 18 May 2016 22:39:27 +0100 Subject: Don't use jwt, it doesn't buy a whole lot for this application --- exampleconfig.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json index 0007ffe..2d65365 100644 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -6,6 +6,13 @@ "port": 443, "cookie_secret": "supersecret" }, + "database": { + "host": "localhost", + "user": "user", + "password": "supersecret", + "database": "dbname", + "dbtype": "mysql" + }, "auth": { "provider": "google", "oauth_client_id": "nnnnnnnnnnnnnnnn.apps.googleusercontent.com", @@ -13,8 +20,7 @@ "oauth_callback_url": "https://sshca.example.com/auth/callback", "google_opts": { "domain": "example.com" - }, - "jwt_signing_key": "supersecret" + } }, "ssh": { "signing_key": "signing_key", -- cgit v1.2.3