Sysconfig commands¶
Manipulate dynamic system configuration parameters (sysconfig key/val pairs).
- Optional command line arguments are enclosed in
[] - Required command line arguments are enclosed in
<>
Set a sysconfig key to a given value¶
Set a key to the given value
Usage: ./backend/yii sysconfig/set <key> <value>
Get a sysconfig key value¶
Get the value of a given key
Usage: ./backend/yii sysconfig/get <key>