Hi everyone!
I hope I do not ask something too n00bish with this, but I do not get the following:
When I look into the configuration in the Web-View, I get the following for `phabricator.uninstalled-applications`:
{F208517}
As you can see with this, there are some applications stored in the DB to be disabled. I cannot re-enable them from this mask; instead, a hint is shown in the blue border, which tells me to use the cmdline tool `config` instead.
When I do so, it seems to not know something about these DB entries:
```
tango011 phabricator # ./bin/config get phabricator.uninstalled-applications
{
"config" : []
}
tango011 phabricator #
```
This is why I currently do not know how to configure these. What am I (or Phabricator) doing wring here?