Skip to content

Commit

Permalink
Updated functions local.settings.template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Oct 21, 2024
1 parent 0fdd790 commit 6f1ff5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 3 additions & 6 deletions src/Fusion.Summary.Functions/local.settings.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"FUNCTIONS_INPROC_NET8_ENABLED": "1",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"AzureAd_TenantId": "3aa4a235-b6e2-48d5-9195-7fcf05b459b0",
"AzureAd_ClientId": "5a842df8-3238-415d-b168-9f16a6a6031b",
"AzureAd_Secret": "[REPLACE WITH SECRET]",
Expand All @@ -16,11 +18,6 @@
"Endpoints_summary": "https://summary-api.ci.fusion-dev.net/",
"Endpoints_context": "https://fusion-s-context-ci.azurewebsites.net",
"Endpoints_notifications": "https://fusion-s-notification-ci.azurewebsites.net",
"Endpoints_Resources_Fusion": "5a842df8-3238-415d-b168-9f16a6a6031b",
"AzureWebJobs.profile-sync.Disabled": "true",
"AzureWebJobs.profile-sync-event.Disabled": "true",
"AzureWebJobs.provision-position-request.Disabled": "true",
"AzureWebJobs.sent-notifications-cleanup.Disabled": "true",
"AzureWebJobs.internal-requests-reassign-invalid-departments.Disabled": "true"
"Endpoints_Resources_Fusion": "5a842df8-3238-415d-b168-9f16a6a6031b"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"FUNCTIONS_INPROC_NET8_ENABLED": "1",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"provision_position_queue": "provision-position-[REPLACE WITH DEV QUEUE]",
"scheduled_notification_report_queue": "scheduled-notification-[REPLACE WITH DEV QUEUE]",
"department_summary_weekly_queue": "department-summary-weekly-queue-[REPLACE WITH DEV QUEUE]",
"AzureWebJobsServiceBus": "[REPLACE WITH SB CONNECTION STRING]",
"AzureAd_TenantId": "3aa4a235-b6e2-48d5-9195-7fcf05b459b0",
"AzureAd_ClientId": "5a842df8-3238-415d-b168-9f16a6a6031b",
Expand All @@ -17,10 +18,7 @@
"Endpoints_context": "https://fusion-s-context-ci.azurewebsites.net",
"Endpoints_notifications": "https://fusion-s-notification-ci.azurewebsites.net",
"Endpoints_Resources_Fusion": "5a842df8-3238-415d-b168-9f16a6a6031b",
"AzureWebJobs.profile-sync.Disabled": "true",
"AzureWebJobs.profile-sync-event.Disabled": "true",
"AzureWebJobs.provision-position-request.Disabled": "true",
"AzureWebJobs.sent-notifications-cleanup.Disabled": "true",
"AzureWebJobs.internal-requests-reassign-invalid-departments.Disabled": "true"
}
}

0 comments on commit 6f1ff5e

Please sign in to comment.