Browse Source

change the default image server port

photo-upload
Trent Larson 6 months ago
parent
commit
64322b2804
  1. 2
      .env.development

2
.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 # 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_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HNTZYJJXTGT0EZS3VEJGX7AK
VUE_APP_DEFAULT_ENDORSER_API_SERVER=http://localhost:3000 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

Loading…
Cancel
Save