HI,
How can I display all configuration options of my nextcloud installation?
With the Postfix mail server, for example, I can use the postconf command to display all options.
With the option ‘-n’, for example, all parameters that do not correspond to the standard are displayed.
With the option ‘-d’ I can display all default values.
Is there an equivalent to occ? With the call of ‘occ config:list’ I get only a part of the parameters, but not e.g. the default values, which were not set explicitly in the config.php.
Any idea?
ttyl
Django