Skip to content

Commit

Permalink
Added a "config:get"-hint (#225)
Browse files Browse the repository at this point in the history
Added a hint on how to get the current value of an option via "zammad config:get".
  • Loading branch information
YetAnotherGerrit committed May 5, 2022
1 parent 1a5dfb7 commit 1855287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appendix/configure-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Use these environment variables to configure Zammad’s behavior at runtime.
$ zammad config:set OPTION=value
$ systemctl restart zammad
# get OPTION
$ zammad config:get OPTION
# unset OPTION
$ zammad config:unset OPTION
$ systemctl restart zammad
Expand Down

0 comments on commit 1855287

Please sign in to comment.