From 0d670e4ee105dc3ffb8f713c08bc218b1f3d4432 Mon Sep 17 00:00:00 2001 From: s-egge Date: Thu, 18 Jan 2024 07:16:55 -0800 Subject: [PATCH] Reset development env --- .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