aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
},