From 64322b2804cdc2b35cb00bb0f7b74c744f863f04 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 17 Mar 2024 10:22:05 -0600 Subject: [PATCH] change the default image server port --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 1b16ad6..6d39387 100644 --- a/.env.development +++ b/.env.development @@ -3,4 +3,4 @@ # this won't resolve as a URL on production; it's a URN only found in the test system VUE_APP_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HNTZYJJXTGT0EZS3VEJGX7AK VUE_APP_DEFAULT_ENDORSER_API_SERVER=http://localhost:3000 -VUE_APP_DEFAULT_IMAGE_API_SERVER=http://localhost:3001 +VUE_APP_DEFAULT_IMAGE_API_SERVER=http://localhost:3002