{ "development": { "username": "test_egg", "password": "123456", "database": "test_egg", "host": "192.168.2.254", "dialect": "mysql" }, "test": { "username": "test_egg", "password": "123456", "database": "test_egg", "host": "192.168.2.254", "dialect": "mysql" }, "production": { "username": "test_egg", "password": "123456", "database": "test_egg", "host": "192.168.2.254", "dialect": "mysql" } }