Skip to content

Instantly share code, notes, and snippets.

@talkingdotnet
Created February 27, 2018 06:09
Show Gist options
  • Save talkingdotnet/8406f89fc48bd5ebec3ba01dcd1f3259 to your computer and use it in GitHub Desktop.
Save talkingdotnet/8406f89fc48bd5ebec3ba01dcd1f3259 to your computer and use it in GitHub Desktop.
{
"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