Skip to content

Commit

Permalink
maint: update upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Dec 11, 2024
1 parent 5f81454 commit 9da64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ export const oldJson = [
export const annotationColorBlur = `grey`
export const annotationColorFocus = `yellow`

export const UPLOAD_URL = process.env.VUE_APP_UPLOAD_URL || `https://zam10143.zam.kfa-juelich.de/chumni`
export const UPLOAD_URL = process.env.VUE_APP_UPLOAD_URL || `https://zam12230.jsc.fz-juelich.de/bespoke-volis`
export const NONLINEAR_BACKEND = process.env.VUE_APP_NONLINEAR_BACKEND || `http://localhost:5000`

export const processImageMetaData = ({id:defaultId, visibility = 'public', name = 'Untitled', links = {}, extra = {}, uploadUrl } = {}) => {
Expand Down

0 comments on commit 9da64d9

Please sign in to comment.