-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from navikt/revert-322-revert-306-sokos_skatt…
…ekort_gcp SOKOS_SKATTEKORT apigw->gcp
- Loading branch information
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
28 changes: 17 additions & 11 deletions
28
force-app/nks-skattekort/customMetadata/API_Base_Configuration.Skattekort_API.md-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<label>Skattekort API</label> | ||
<protected>false</protected> | ||
<values> | ||
<field>App_Name_Test__c</field> | ||
<value xsi:type="xsd:string">sokos-skattekort-person</value> | ||
</values> | ||
<values> | ||
<field>App_Name__c</field> | ||
<value xsi:nil="true" /> | ||
<value xsi:type="xsd:string">sokos-skattekort-person</value> | ||
</values> | ||
<values> | ||
<field>Base_Endpoint_Test__c</field> | ||
<value xsi:nil="true" /> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Base_Endpoint__c</field> | ||
<value xsi:nil="true" /> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Domain__c</field> | ||
<value xsi:nil="true" /> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Named_Credential_Test__c</field> | ||
<value xsi:type="xsd:string">API_GW</value> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Named_Credential__c</field> | ||
<value xsi:type="xsd:string">API_GW</value> | ||
<value xsi:nil="true"/> | ||
</values> | ||
<values> | ||
<field>Salesforce_API__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Use_GCP_Saas_Proxy__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
<value xsi:type="xsd:boolean">true</value> | ||
</values> | ||
<values> | ||
<field>Use_Gateway__c</field> | ||
<value xsi:type="xsd:boolean">false</value> | ||
</values> | ||
<values> | ||
<field>Use_Saas_Proxy_Beta__c</field> | ||
<value xsi:type="xsd:boolean">true</value> | ||
</values> | ||
</CustomMetadata> | ||
</CustomMetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters