I found GF_INSTALL_PLUGINS env variable https://grafana.com/docs/grafana/latest/installation/docker/#installing-grafana-plugins and want to use config file instead. I can’t find any example reference for that. That should i use?
[install]
plugins=1,2,3
or
[install_plugins]
1
2
3
Is this supported?