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