Skip to content

Commit e7b67a5

Browse files
committed
Add default_format configuration option for response format
1 parent cbce221 commit e7b67a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/acceptance/config/hooks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ instruments_plugin_dir: ./spec/acceptance/plugins/instruments
66

77
log_level: debug
88

9+
default_format: json # default response format for the server
10+
911
# Request handling
1012
request_limit: 1048576 # 1MB max body size
1113
request_timeout: 15 # 15 seconds timeout

0 commit comments

Comments
 (0)