From 6cf1d38752e2c0b796221aa5c2ee36144ad8bf4c Mon Sep 17 00:00:00 2001
From: gmantele <gmantele@ari.uni-heidelberg.de>
Date: Wed, 8 Apr 2015 18:52:04 +0200
Subject: [PATCH] [TAP] Correction of the default value for the upload_enabled
 property. By default, the UPLOAD feature is disabled.

---
 src/tap/config/tap_full.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tap/config/tap_full.properties b/src/tap/config/tap_full.properties
index 38e24e7..04b6771 100644
--- a/src/tap/config/tap_full.properties
+++ b/src/tap/config/tap_full.properties
@@ -2,7 +2,7 @@
 #             FULL TAP CONFIGURATION FILE                #
 #                                                        #
 # TAP Version: 2.0                                       #
-# Date: 26 Mars 2015                                     #
+# Date: 8 April 2015                                     #
 # Author: Gregory Mantelet (ARI)                         #
 #                                                        #
 ########################################################## 
@@ -381,7 +381,7 @@ output_max_limit = -1
 # If enabled, files can be uploaded in the file_root_path, the corresponding tables can be added inside the UPLOAD_SCHEMA
 # of the database, queried and then deleted.
 # 
-# Allowed values: true (default), false.
+# Allowed values: true, false (default).
 upload_enabled = false
 
 # [OPTIONAL]
-- 
GitLab