Skip to content

Commit c52f38f

Browse files
authored
Set FileContent value as boolean in app-config-prod.json (#38)
1 parent c698df3 commit c52f38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app-config-prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"TmpFileDelete": true,
3232
"KeepFailedWfps": true,
3333
"HPSMEnabled": true,
34-
"FileContents": 1
34+
"FileContents": true
3535
},
3636
"TLS": {
3737
"CertFile": "",

0 commit comments

Comments
 (0)