ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
877 stars 277 forks source link

Fix default user password #214

Closed declan-fitzpatrick closed 1 year ago

declan-fitzpatrick commented 1 year ago

The default user password is always 00000000 regardless of configuration file or env, because it was not being added to the settings dictionary.