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
This commit is contained in:
Wyatt J. Miller 2020-06-13 15:02:50 -04:00
parent 457bb2d189
commit d53d3f8640

6
sample_config.json Normal file
View File

@ -0,0 +1,6 @@
{
"api_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"base_api": "/api/v1",
"base_url": "https://www.example.com",
"username": "jimmyjoebob"
}