Initial commit of Crowd Gerrit Group Sync

Change-Id: I9614ed63baf9ac0f4166ae730a017854522922e7
diff --git a/settings_example.json b/settings_example.json
new file mode 100644
index 0000000..18847af
--- /dev/null
+++ b/settings_example.json
@@ -0,0 +1,15 @@
+{
+  "crowd": {
+    "url": "https://crowd.opennetworking.org/crowd",
+    "username": "crowduser",
+    "password": "pass"
+  },
+
+  "gerrit": {
+    "url": "https://gerrit.opencord.org/a",
+    "username": "gerrituser",
+    "password": "pass"
+  },
+
+  "groups": ["ONFStaff", "Members", "AetherAccess", "SDRANAccess"]
+}