Files
noahspan-root/api/local.settings.json
2025-02-10 18:55:08 -06:00

14 lines
516 B
JSON

{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"AZURE_STORAGE_CONNECTION_STRING": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://localhost:10002/devstoreaccount1;",
"FUNCTIONS_WORKER_RUNTIME": "node",
"GITHUB_API_USERNAME": "noahspannbauer",
"GITHUB_API_PAT": "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"
},
"Host": {
"CORS": "*"
}
}