From 25947632e69f8a074f4639e278eeb54c57dbac83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20P=C3=A9rez?= Date: Wed, 24 Apr 2024 12:59:27 -0300 Subject: [PATCH] Set FileContent value as boolean in app-config-prod.json --- config/app-config-prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app-config-prod.json b/config/app-config-prod.json index 174df76..a3f96f9 100644 --- a/config/app-config-prod.json +++ b/config/app-config-prod.json @@ -31,7 +31,7 @@ "TmpFileDelete": true, "KeepFailedWfps": true, "HPSMEnabled": true, - "FileContents": 1 + "FileContents": true }, "TLS": { "CertFile": "",