Skip to content

Commit

Permalink
Using th ecorrect DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 20, 2014
1 parent 555c488 commit a7091a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -4,7 +4,7 @@ platform: 'x86'
environment:
global:
db_class: 'Cake\Database\Driver\SqlServer'
db_dsn: 'mysql:host=0.0.0.0;dbname=cakephp'
db_dsn: 'sqlsrv:Server=.\SQL2008R2SP2;Database=cakephp;MultipleActiveResultSets=false'
db_database: 'cakephp'
db_login: 'sa'
db_password: 'Password12!'
Expand Down

0 comments on commit a7091a5

Please sign in to comment.