aboutsummaryrefslogtreecommitdiff
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
parent0bedc0266b16e26c6f3346f2db65d14700b76b91 (diff)
Fix key name in example config.
Add config.json to a gitignore to prevent it being versioned.
-rw-r--r--.gitignore1
-rw-r--r--exampleconfig.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d344ba6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+config.json
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"
}
},