
.. include:: /Includes.rst.txt

.. The following reference was automatically generated from code. It should not
.. be changed directly.

.. _typo3_console-command-reference-configuration-set:

=================
configuration:set
=================


**Set configuration value**

Set system configuration option value by path.

**Examples:**


.. code-block:: shell

   typo3 configuration:set SYS/fileCreateMask 0664


.. code-block:: shell

   typo3 configuration:set EXTCONF/processor_enabled true --json


.. code-block:: shell

   typo3 configuration:set EXTCONF/lang/availableLanguages '["de", "fr"]' --json


.. code-block:: shell

   typo3 configuration:set BE/adminOnly -- -1


Arguments
=========

`path`
   Path to system configuration
`value`
   Value for system configuration



Options
=======

`--json`
   Treat value as JSON (also makes it possible to force datatypes for value)

- Accept value: no
- Is value required: no
- Is multiple: no
- Default: false





