Skip to content

Commit

Permalink
Merge pull request #1731 from microsoft/fix-int-env
Browse files Browse the repository at this point in the history
Update int env to pme
  • Loading branch information
DordeDimitrijev authored Aug 6, 2024
2 parents 562ef9c + d2e0df9 commit 627e760
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/sasquatch/src/projectDependency/res/values/env.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
~ Licensed under the MIT License.
-->

<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="TypographyDashes">
<string name="log_url" tools:ignore="MissingTranslation">https://in-integration.dev.avalanch.es</string>
<string name="log_url" tools:ignore="MissingTranslation">https://in-int-pme.dev-pme.avalanch.es</string>
<string name="log_url_one_collector" tools:ignore="MissingTranslation">https://mobile.events.data.microsoft.com/OneCollector/1.0</string>
<string name="install_url" tools:ignore="MissingTranslation">https://install.portal-server-core-integration.dev.avalanch.es</string>
<string name="api_url" tools:ignore="MissingTranslation">https://api-gateway-core-integration.dev.avalanch.es/v0.1</string>
<string name="install_url" tools:ignore="MissingTranslation">https://install.portal-server-web-int-pme.dev-pme.avalanch.es</string>
<string name="api_url" tools:ignore="MissingTranslation">https://portal-server-web-int-pme.dev-pme.avalanch.es/api/v0.1</string>
</resources>

0 comments on commit 627e760

Please sign in to comment.