Use the dev env

This commit is contained in:
jliddev
2021-05-30 08:52:50 -05:00
parent 3377b0dcd0
commit b821298fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "wowup",
"productName": "WowUp",
"version": "2.3.2-beta.1",
"version": "2.3.2-beta.2",
"description": "World of Warcraft addon updater",
"homepage": "https://wowup.io",
"author": {

View File

@@ -2,7 +2,7 @@ export const AppConfig = {
production: true,
environment: "PROD",
wowUpApiUrl: "https://api.wowup.io",
wowUpHubUrl: "https://hub.wowup.io",
wowUpHubUrl: "https://hub.dev.wowup.io",
googleAnalyticsId: "UA-92563227-4",
wowupRepositoryUrl: "https://github.com/WowUp/WowUp",
azure: {