sue445/index_shotgun

View on GitHub
ci/database.yml.mysql

Summary

Maintainability
Test Coverage
test:
  adapter: mysql2
  database: index_shotgun_test
  username: root
  password: root
  encoding: utf8
  port: <%= ENV["MYSQL_PORT"] %>