Skip to content

Commit

Permalink
Removing redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgios (Yiorgos) Trifidis committed Nov 23, 2018
1 parent bca9dbd commit 31fc50c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 58 deletions.
26 changes: 0 additions & 26 deletions OrpheusTests/OrpheusMySQLServer.config

This file was deleted.

10 changes: 6 additions & 4 deletions OrpheusTests/OrpheusMySQLServerConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ServiceLifeTime": "Transient"
},
{
"Implementation": "OrpheusSQLDDLHelper.OrpheusSQLServerDDLHelper, OrpheusSQLServerDDLHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
"Implementation": "OrpheusMySQLDDLHelper.OrpheusMySQLServerDDLHelper, OrpheusMySQLDDLHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
"Service": "OrpheusInterfaces.Core.IOrpheusDDLHelper, OrpheusInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
"ServiceLifeTime": "Transient"
},
Expand All @@ -28,10 +28,12 @@
"DatabaseConnections": [
{
"ConfigurationName": "Default",
"Server": "YTRIFIDIS-E7470",
"Server": "[Server]",
"DatabaseName": "orpheusTestDB",
"UserName": "root",
"Password": "pQ5YtGJ3fdbMWKUFi8zz"
"UserName": "[username]",
"Password": "[password]",
"ServiceUserName": "[username]",
"ServicePassword": "[password]"
}
]
}
26 changes: 0 additions & 26 deletions OrpheusTests/OrpheusSQLServer.config

This file was deleted.

4 changes: 2 additions & 2 deletions OrpheusTests/OrpheusSQLServerConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"DatabaseConnections": [
{
"ConfigurationName": "Default",
"Server": "YTRIFIDIS-E7470\\SQL2016",
"Server": "[server]",
"DatabaseName": "orpheusTestDB",
"UseIntegratedSecurity": true,
"UseIntegratedSecurityForServiceConnection": true
}
],
"Logging": {
"Level": "Trace",
"MaxFileSize": 1
"MaxFileSize": 10
}
}

0 comments on commit 31fc50c

Please sign in to comment.