Skip to content

Commit 96547c8

Browse files
committed
Add default config.json for tests
1 parent 783d09c commit 96547c8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/test/resources/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"api_url": "http://localhost:8000",
3+
"username": "test",
4+
"password": "dummy",
5+
"client_id": "test_id",
6+
"client_secret": "test_secret",
7+
"accept_all_certs": true,
8+
"force_logging": true
9+
}

0 commit comments

Comments
 (0)