Skip to content

Instantly share code, notes, and snippets.

@e06widu
Created July 14, 2020 02:22
Show Gist options
  • Save e06widu/d4a1040b7a4402c1decbcd72e2f22be8 to your computer and use it in GitHub Desktop.
Save e06widu/d4a1040b7a4402c1decbcd72e2f22be8 to your computer and use it in GitHub Desktop.
Local settings file
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": "node",
"DB_NAME": "dev-test",
"DB_USER": "sa",
"DB_PWD": "abc123",
"DB_HOST": "xxxxxxxxx"
},
"Host": {
"LocalHttpPort": 7073,
"CORS": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment