aboutsummaryrefslogtreecommitdiff
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-18 22:39:27 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-18 22:39:27 +0100
commit748ae6cf5a681588ca370a92c1a0e42a987d79d5 (patch)
tree82bcaee6ab6194f7e99fee1d77d571eaa4b84ddc /exampleconfig.json
parent47e702ab1d0c1b92b76663ba027c7c20122efab7 (diff)
Don't use jwt, it doesn't buy a whole lot for this application
Diffstat (limited to 'exampleconfig.json')
-rw-r--r--exampleconfig.json10
1 files changed, 8 insertions, 2 deletions
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",