Skip to content

Commit 36f8252

Browse files
authored
default config.debug should be string, not bool
1 parent cec8f1c commit 36f8252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env/backend.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"debug": true,
2+
"debug": "true",
33
"insecure_ssl_verify": "false",
44
"swagger_url": "openapi/swagger-v1.yml",
55
"namespace": "workbench",

0 commit comments

Comments
 (0)