Commit 6cf1d387 authored by gmantele's avatar gmantele
Browse files

[TAP] Correction of the default value for the upload_enabled property. By...

[TAP] Correction of the default value for the upload_enabled property. By default, the UPLOAD feature is disabled.
parent 1308142f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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]