Skip to content

Commit

Permalink
Merge pull request #175 from Microsoft/feature/configuration-for-prod
Browse files Browse the repository at this point in the history
Switch to prod environment
  • Loading branch information
guperrot authored Sep 29, 2016
2 parents c957860 + 9a24863 commit 2f7c8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void onSendingSucceeded(ErrorReport report) {
}
});

Sonoma.start(getApplication(), "6ad16901-9d7d-4135-a3d5-085813b01a4b", Analytics.class, Crashes.class);
Sonoma.start(getApplication(), "45d1d9f6-2492-4e68-bd44-7190351eb5f3", Analytics.class, Crashes.class);

TestFeatures.initialize(this);
ListView listView = (ListView) findViewById(R.id.list);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class IngestionHttp implements Ingestion {
/**
* Default base URL.
*/
private static final String DEFAULT_BASE_URL = "http://in-integration.dev.avalanch.es:8081";
private static final String DEFAULT_BASE_URL = "https://in.sonoma.hockeyapp.com";

/**
* API Path.
Expand Down

0 comments on commit 2f7c8c1

Please sign in to comment.