From d32eca970cbaf91e25033a08af87da6016fb55c2 Mon Sep 17 00:00:00 2001 From: s-egge Date: Tue, 5 Dec 2023 07:45:45 -0800 Subject: [PATCH] Fixed environment file Reverted a change to the env file from testing that was accidentally committed --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index b02de683..5fee36aa 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/energy +VUE_APP_ROOT_API=http://localhost:3000 VUE_APP_HOST_ADDRESS=http://localhost:8080 \ No newline at end of file