dbselect: sqlite_prodution sqlite_prodution: dbtype: sqlite path: srt.sqlite sqlite_development: dbtype: sqlite path: srt_dev.sqlite postgres_prodution: dbtype: postgres host: localhost user: admin passwd: password name: srtool port: 5432 postgres_development: dbtype: postgres host: localhost user: admin passwd: password name: srtool_dev port: 5432 mysql_prodution: dbtype: mysql host: localhost user: admin passwd: password name: srtool port: 3306 mysql_development: dbtype: mysql host: localhost user: admin passwd: password name: srtool_dev port: 3306