Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Minor config bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 16, 2023
1 parent 70eaf72 commit 10cdfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.build-scripts/create-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NAV_PREFIX_PATH=process.env["DESIGNER_NAV_PREFIX_PATH"] || "";
const DESIGNER_API_URL=process.env["DESIGNER_API_URL"] || "/apis/designer/v0";
const SHOW_MASTHEAD=process.env["DESIGNER_SHOW_MASTHEAD"] || "true";
const MASTHEAD_LABEL=process.env["DESIGNER_MASTHEAD_LABEL"] || "API DESIGNER";
const EDITORS_URL=process.env["DESIGNER_EDITORS_URL"] || "/editors";
const EDITORS_URL=process.env["DESIGNER_EDITORS_URL"] || "/editors/";

const AUTH_TYPE=process.env["DESIGNER_AUTH_TYPE"] || "none";
const AUTH_URL=process.env["DESIGNER_AUTH_URL"] || "";
Expand Down
2 changes: 1 addition & 1 deletion ui/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ then
exit 1
fi

$DOCKER_CMD build -t="apicurio/api-designer-ui" --rm .
$DOCKER_CMD build -t="apicurio/apicurio-api-designer-ui:latest-snapshot" --rm .

0 comments on commit 10cdfa7

Please sign in to comment.