Skip to content

Commit

Permalink
Merge pull request #338 from navikt/cv_saas
Browse files Browse the repository at this point in the history
set saas proxy beta on cv
  • Loading branch information
EirikFladby committed Sep 20, 2024
2 parents 8274c2a + 1301ce2 commit 19a3857
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<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>CV API</label>
<protected>false</protected>
<values>
<field>App_Name_Test__c</field>
<value xsi:type="xsd:string">pam-cv-api-gcp</value>
</values>
<values>
<field>App_Name__c</field>
<value xsi:type="xsd:string">pam-cv-api-gcp</value>
Expand Down Expand Up @@ -38,4 +42,8 @@
<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>

0 comments on commit 19a3857

Please sign in to comment.