diff options
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 7 |
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" +} |