From 05ccd7df82a49e39b00876c33a3cffc05bf35424 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 23 Jul 2020 16:40:59 +0200 Subject: [PATCH] FEAT #13919 TIME 0:05 add signatureBook part in config.json.default --- apps/maarch_entreprise/xml/config.json.default | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/maarch_entreprise/xml/config.json.default b/apps/maarch_entreprise/xml/config.json.default index c23f1e177ae..94ca75bfc76 100644 --- a/apps/maarch_entreprise/xml/config.json.default +++ b/apps/maarch_entreprise/xml/config.json.default @@ -17,5 +17,14 @@ "user": "maarch", "password": "maarch" } - ] + ], + "signatureBook": { + "userWS": "superadmin", + "passwordWS": "superadmin", + "validatedStatus": "EENV", + "validatedStatusOnlyVisa": "EENV", + "refusedStatus": "REJ_SIGN", + "validatedStatusAnnot": "COU", + "refusedStatusAnnot": "RET" + } } -- GitLab