]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #8701 from annando/issue-8700
[friendica.git] / static / settings.config.php
index bf8b62f1583b1be24cc2f721278127b093e5baf2..abfb1024e0b6167f0b6057ba59c5516fa051ee5f 100644 (file)
@@ -1,12 +1,28 @@
 <?php
-
-// SETTINGS.PHP
-
-/* This file declares the default values for the admin settings of Friendica.
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ * This file declares the default values for the admin settings of Friendica.
  *
  * These values will be overridden by the admin settings page.
  *
  * Please don't edit this file directly as its content may change in the upcoming versions.
+ *
  */
 
 return [
@@ -124,6 +140,12 @@ return [
                // The fully-qualified URL of this Friendica node.
                // Used by the worker in a non-HTTP execution environment.
                'url' => '',
+
+               // max_csv_file_size (Integer)
+               // When uploading a CSV with account addresses to follow
+               // in the user settings, this controls the maximum file
+               // size of the upload file.
+               'max_csv_file_size' => 30720,
        ],
 
        // Used in the admin settings to lock certain features