Removed the Login Data for the test DB from the code for a final release

This commit is contained in:
Nicolai Ort 2020-07-16 10:03:52 +02:00
parent f0cf54513f
commit c6944503b9
1 changed files with 1 additions and 5 deletions

View File

@ -141,11 +141,7 @@ namespace ScrumTaskboard
//Check if any of the env vars were null and set the parameters for the connection string to default parameters of any of them were null
if(dbHost == null || dbPort == null || dbName == null || dbUser == null || dbPassword == null)
{
dbHost = "nig.gl";
dbPort = "8543";
dbName = "taskboard";
dbUser = "scrum";
dbPassword = "c6gXud7YvBWp2sgxSgy4wRN";
throw new ArgumentNullException();
}
//Return the created connection String