adding mysql environment for mysql sql injection tests

This commit is contained in:
Mike McCabe
2014-04-17 23:03:46 -04:00
parent d2bd77a461
commit c0ea2c87a5
4 changed files with 71 additions and 2 deletions
+9
View File
@@ -9,6 +9,15 @@ development:
pool: 5
timeout: 5000
mysql:
adapter: mysql2
database: development_railsgoat
pool: 5
timeout: 5000
host: localhost
username: root
password:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.