config.json 469 B

1234567891011121314151617181920212223
  1. {
  2. "development": {
  3. "username": "test_egg",
  4. "password": "123456",
  5. "database": "test_egg",
  6. "host": "192.168.2.254",
  7. "dialect": "mysql"
  8. },
  9. "test": {
  10. "username": "test_egg",
  11. "password": "123456",
  12. "database": "test_egg",
  13. "host": "192.168.2.254",
  14. "dialect": "mysql"
  15. },
  16. "production": {
  17. "username": "test_egg",
  18. "password": "123456",
  19. "database": "test_egg",
  20. "host": "192.168.2.254",
  21. "dialect": "mysql"
  22. }
  23. }