aboutsummaryrefslogtreecommitdiff
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorPatrick O'Doherty <p@trickod.com>2016-05-25 16:28:49 +0100
committerPatrick O'Doherty <p@trickod.com>2016-05-25 16:28:49 +0100
commitf1a898a1adb2d3a0facfece2729bd0c527781bdc (patch)
tree30fa2a3b49bbbbe2721aa1c3c09a67d9408d345a /exampleconfig.json
parent0bedc0266b16e26c6f3346f2db65d14700b76b91 (diff)
Fix key name in example config.
Add config.json to a gitignore to prevent it being versioned.
Diffstat (limited to 'exampleconfig.json')
-rw-r--r--exampleconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
index eeb1453..cc4aca9 100644
--- a/exampleconfig.json
+++ b/exampleconfig.json
@@ -12,7 +12,7 @@
"oauth_client_id": "nnnnnnnnnnnnnnnn.apps.googleusercontent.com",
"oauth_client_secret": "yyyyyyyyyyyyyyyyyyyyyy",
"oauth_callback_url": "https://sshca.example.com/auth/callback",
- "google_opts": {
+ "provider_opts": {
"domain": "example.com"
}
},