Skip to content

Instantly share code, notes, and snippets.

@jinalshah999
Created January 30, 2021 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jinalshah999/348f4c91759f7bbf5484c1b9b3f67326 to your computer and use it in GitHub Desktop.
Save jinalshah999/348f4c91759f7bbf5484c1b9b3f67326 to your computer and use it in GitHub Desktop.
{
"server": {
"host": "0.0.0.0",
"port": "4001"
},
"mssql": {
"user": "sa",
"password": "sa",
"server": "localhost",
"database": "Demo",
"port": 1433
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment