diff options
author | Patrick O'Doherty <p@trickod.com> | 2016-05-25 16:28:49 +0100 |
---|---|---|
committer | Patrick O'Doherty <p@trickod.com> | 2016-05-25 16:28:49 +0100 |
commit | f1a898a1adb2d3a0facfece2729bd0c527781bdc (patch) | |
tree | 30fa2a3b49bbbbe2721aa1c3c09a67d9408d345a | |
parent | 0bedc0266b16e26c6f3346f2db65d14700b76b91 (diff) |
Fix key name in example config.
Add config.json to a gitignore to prevent it being versioned.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | exampleconfig.json | 2 |
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" } }, |