adding mysql environment for mysql sql injection tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user