Config.json not to be found

Latest Teams Edition Running on Kubernetes, connected to S3 & local DB.
I am tryin to enable external uploads for plugins to deploy gyazo, allowing use of screenshots in messages. My config.json does not exist on the local node or S3, There are a lot of settings in the DB but nothing for “EnableUploads” which is greyed out. Any suggestions would be appreciated.

Thanls

Hi @jmedlin ,

the config is stored in the database for the K8S deployments, but you can edit it using mmctl config edit from the outside, or by modifying the JSON struct directly in the database (which is hard to do, so I suggest to use the mmctl config edit option instead).

For that to work you will have to establish a connection with mmctl to your server first, use the mmctl auth login command for that.