Skip to content

Instantly share code, notes, and snippets.

@dannylamb
Created August 9, 2017 01:43
Show Gist options
  • Save dannylamb/1764c592d19873c0ed6de8389ffea87b to your computer and use it in GitHub Desktop.
Save dannylamb/1764c592d19873c0ed6de8389ffea87b to your computer and use it in GitHub Desktop.
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
----------------------- ---------------- ----------------
@vladdancer
Copy link

Or using latest drush we can do the use command:
drush cset system.file temporary_maximum_age 1 -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment