From c5b149d1ce6670aadb034ff240776db42d852b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 29 Sep 2015 16:51:03 +0300 Subject: [PATCH] improved comment for legal doc types #2837 --- config/application-example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application-example.yml b/config/application-example.yml index f6f18315e..efc3101a7 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -62,7 +62,8 @@ contact_org_enabled: 'false' # Enable iptables counter updater # iptables_counter_enabled: 'true' -# Custom legal document types +# Custom legal document types. Changing this requires updating EPP extension schema for allowed legalDocEnumType values. +# System default for legal document types is: pdf,bdoc,ddoc,zip,rar,gz,tar,7z,odt,doc,docx # legal_document_types: "pdf,bdoc,ddoc,zip,rar,gz,tar,7z,odt,doc,docx"