aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-03 13:49:35 -0700
committerCody Hiar <codyfh@gmail.com>2018-03-03 13:49:35 -0700
commit6ffecd93bc287d3654474fc6c834118c90c5cdc6 (patch)
treeb7ec974bb1eb252cd4a3e9ab18c3efa52bc8222f /example-config.json
Initial Commit
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json
new file mode 100644
index 0000000..a6398c6
--- /dev/null
+++ b/example-config.json
@@ -0,0 +1,7 @@
+{
+ "url": "https://activecollab.example.com/api/v1",
+ "user": "example@example.com",
+ "password": "secretpassword",
+ "client_name": "Cli App",
+ "client_vendor": "Company Name"
+}