Skip to content

Commit

Permalink
Add default config.json for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tryptichon committed Jul 8, 2022
1 parent 783d09c commit 96547c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/config.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 96547c8

Please sign in to comment.