diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/test.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config/test.json b/config/test.json index 0967ef42..649179d6 100644 --- a/config/test.json +++ b/config/test.json @@ -1 +1,11 @@ -{} +{ + "service": { + "baseURL": "https://example.lan", + "user": "juick", + "password": "secret", + "sandboxIds": [], + "auth": { + "key": "" + } + } +} |