Some beginner questions about Juju

Hello! :wave:

I’m a new Juju user, and I have a couple of beginner questions I’d appreciate help with:

Is it possible to modify an application’s “juju config” using an IDE? If so, how can i find the path to the juju config yaml files ?

I came across a modification process like this: juju config jupyter-ui default-poddefaults=@default-poddefaults.yaml I understand this method modifies a “value” key with a YAML file.

In my case I want to modify a “default” key. For example, I have the following configuration: default-poddefaults: default: ‘[“access-ml-pipeline”]’

What’s the proper way to use this method to update the “default” value with the new YAML content?

Thanks in advance for your help!