diff --git a/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml b/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml index 5b3a409c52..6b6d15fde4 100644 --- a/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml +++ b/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml @@ -1,7 +1,4 @@ # https://github.com/Yousign/zdd-message-bundle zdd_message: - # The service that will configure the messages to assert, it should implement MessageConfiguratorInterface. - configurator: null # replace with the service id that configure the messages to assert. - - # The directory where the serialized messages will be stored (default: '%kernel.logs_dir%') - # serialized_messages_dir: 'var/serialized_messages' + # The directory where the serialized messages will be stored (default: '%kernel.project_dir%'/var/zdd-message) + # serialized_messages_dir: 'var/serialized_messages'