Created
August 9, 2017 01:43
-
-
Save dannylamb/1764c592d19873c0ed6de8389ffea87b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@claw:/var/www/html/drupal/web/modules/contrib/islandora$ drupal config:override | |
Enter configuration name [at_core.settings]: | |
> system.file | |
Enter the configuration key [allow_insecure_uploads]: | |
> temporary_maximum_age | |
Enter the configuration value: | |
> 1 | |
Configuration name system.file | |
----------------------- ---------------- ---------------- | |
Configuration key Original Value Override Value | |
----------------------- ---------------- ---------------- | |
temporary_maximum_age 21600 1 | |
----------------------- ---------------- ---------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or using latest drush we can do the use command:
drush cset system.file temporary_maximum_age 1 -y