diff --git a/src/test/resources/config.json b/src/test/resources/config.json new file mode 100644 index 0000000..5c96ca5 --- /dev/null +++ b/src/test/resources/config.json @@ -0,0 +1,9 @@ +{ + "api_url": "http://localhost:8000", + "username": "test", + "password": "dummy", + "client_id": "test_id", + "client_secret": "test_secret", + "accept_all_certs": true, + "force_logging": true +}