From 56fde41ca5ce8ade8910f97cf2dde45d564db7f4 Mon Sep 17 00:00:00 2001 From: Tzikas Date: Tue, 29 Jun 2021 11:50:12 -0400 Subject: [PATCH] env --- .env | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 616305a..6791e21 100644 --- a/.env +++ b/.env @@ -18,10 +18,10 @@ DEV_ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 #ELECTRON_WEBPACK_APP_API_URL=https://local.plshelp.live:5001 #ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.plshelp.live:8443 -ELECTRON_WEBPACK_APP_API_URL=https://local.cowbell.club:5001 -ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 +#ELECTRON_WEBPACK_APP_API_URL=https://local.cowbell.club:5001 +#ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 -#ELECTRON_WEBPACK_APP_API_URL=https://cowbell.club -#ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.cowbell.club +ELECTRON_WEBPACK_APP_API_URL=https://cowbell.club +ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.cowbell.club ELECTRON_WEBPACK_APP_VAPID_PUBLICKEY=BG2QxzujwzP60oqKoT0ZxArqtcI-d1k6CWjhFrfdd2HWh7SLQDAyYjavm7cfvVrkzd_2pMRBcOuPVDpWaB_vKYk \ No newline at end of file diff --git a/package.json b/package.json index 309ec8c..f3d2611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CowBellClub", - "version": "1.5.4", + "version": "1.5.5", "description": "Electron application for Cowbell Club", "main": "./build/main.js", "productName": "CowbellClub",