Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created February 4, 2023 22:21
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 bbachi/d8e09e95063e7b7f243df1e18743438b to your computer and use it in GitHub Desktop.
Save bbachi/d8e09e95063e7b7f243df1e18743438b to your computer and use it in GitHub Desktop.
MYSQ;
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node",
"AzureWebJobsStorage": "",
"MYSQL_USER": "apidemo",
"MYSQL_HOST": "azure-mysql-demo.mysql.database.azure.com",
"MYSQL_PASSWORD": "Tester@321",
"MYSQL_DATABASE": "tasks",
"MYSQL_DIALECT": "mysql"
},
"ConnectionStrings": {},
"Host": {
"CORS": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment