From d53d3f864068081a60357420cce3bf7b5479fb0b Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 13 Jun 2020 15:02:50 -0400 Subject: [PATCH] added sample configuration file this sample configuration file is for users to either get a jumpstart configuring gt or get a feel of what needs to be entered in the login subcommand --- sample_config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sample_config.json diff --git a/sample_config.json b/sample_config.json new file mode 100644 index 0000000..7b9a2d4 --- /dev/null +++ b/sample_config.json @@ -0,0 +1,6 @@ +{ + "api_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "base_api": "/api/v1", + "base_url": "https://www.example.com", + "username": "jimmyjoebob" +} \ No newline at end of file