Created
February 27, 2018 06:09
-
-
Save talkingdotnet/8406f89fc48bd5ebec3ba01dcd1f3259 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AppSettings": { | |
"SQLConnectionString": "Server=DESKTOP-AT25PLJ\\SQLEXPRESS; Database=SampleDB;user=sa;password=pass@123;Trusted_Connection=False;", | |
"SourceDirectoryPath": "C:\\Temp", | |
"MySQLConnectionString": "Server=localhost;Database=sampledb;Uid=root;Pwd=pass@123;", | |
"DestinationDirectoryPath": "C:\\Temp" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment