From 3194d60c8745f7722db8d360bcce40044b96f150 Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Wed, 16 Jun 2021 15:16:48 +0100 Subject: [PATCH] chore: removes server url env variable --- .env sample | 1 - 1 file changed, 1 deletion(-) diff --git a/.env sample b/.env sample index 55f6b4d..24ab760 100644 --- a/.env sample +++ b/.env sample @@ -1,5 +1,4 @@ VUE_APP_SPECKLE_ID= VUE_APP_SPECKLE_SECRET= -VUE_APP_SERVER_URL=https://latest.speckle.dev VUE_APP_SPECKLE_NAME=ExcelConnector BASE_URL=https://localhost:3000 \ No newline at end of file