From 30c6446ba713e330bc871ca670fdbedc7d7041b6 Mon Sep 17 00:00:00 2001 From: SvetoKrchnavy Date: Fri, 10 Apr 2015 16:09:56 +0200 Subject: [PATCH] fix of #352 --- backend/conf/config.sample.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/conf/config.sample.properties b/backend/conf/config.sample.properties index 8bf81b363e..6f3b6593dd 100644 --- a/backend/conf/config.sample.properties +++ b/backend/conf/config.sample.properties @@ -83,3 +83,6 @@ locale = en #cryptography.enabled = false #cryptography.key.file = {full path to "odcs" (home) dir of the project}/cryptography.key + +#type of ownership user|organization +ownership.type=user