Skip to content

Commit

Permalink
Adding APIMConfig template
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnveerSGill committed Jul 3, 2024
1 parent b990c88 commit 249339c
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
API_MANAGEMENT_SERVICE_NAME: {{ .API_MANAGEMENT_SERVICE_NAME }}
API_URL: {{ .API_URL }}
SUBSCRIPTION_ID: {{ .SUBSCRIPTION_ID }}
RESOURCE_GROUP_NAME: {{ .RESOURCE_GROUP_NAME }}
SERVICE_NAME: {{ .SERVICE_NAME }}
API_NAME: {{ .API_NAME }}
API_PATH: {{ .API_PATH }}
azureClientId: {{ .azureClientId }}
azureClientSecret: {{ .azureClientSecret }}
azureTenantId: {{.azureTenantId }}
API_TITLE: {{.API_TITLE }}
CERTIFICATE_PASSWORD: {{.CERTIFICATE_PASSWORD }}

0 comments on commit 249339c

Please sign in to comment.