monitoring/ffmap/mysqlconfig.example.py

9 lines
106 B
Python
Raw Normal View History

#!/usr/bin/python3
mysq = {
"host":"localhost",
"user":"root",
"passwd":"password",
"db":"dbname"
}