diff options
Diffstat (limited to 'doc/test_api.md')
-rw-r--r-- | doc/test_api.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/test_api.md b/doc/test_api.md new file mode 100644 index 0000000..9c0483f --- /dev/null +++ b/doc/test_api.md @@ -0,0 +1,12 @@ +# test_api.py + +Config example: +```toml +[api] +host = "app-dev.domain.ru" +token = "" +basic_auth = "user:password" + +[logging] +verbose = true +```
\ No newline at end of file |