oh-my-posh/docs/api/local.settings.json
2022-01-09 13:53:14 +01:00

10 lines
207 B
JSON

{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": "node",
"API_LOCATION": "http://localhost:7071",
"DOCS_LOCATION": "http://localhost:3000"
}
}