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

Commit

Permalink
Rename UI properties
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Mar 19, 2024
1 parent ad2a72b commit 3fba859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/.docker-scripts/create-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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 AUTH_TYPE=process.env["DESIGNER_AUTH_TYPE"] || "none";
const AUTH_URL=process.env["DESIGNER_AUTH_URL"] || "";
const AUTH_CLIENT_ID=process.env["DESIGNER_AUTH_CLIENT_ID"] || "api-designer-ui";
const AUTH_REDIRECT_URL=process.env["DESIGNER_AUTH_REDIRECT_URL"] || "";
const AUTH_TYPE=process.env["APICURIO_AUTH_TYPE"] || "none";
const AUTH_URL=process.env["APICURIO_AUTH_URL"] || "";
const AUTH_CLIENT_ID=process.env["APICURIO_AUTH_CLIENT_ID"] || "api-designer-ui";
const AUTH_REDIRECT_URL=process.env["APICURIO_AUTH_REDIRECT_URL"] || "";

// Create the config to output.
const CONFIG = {
Expand Down

0 comments on commit 3fba859

Please sign in to comment.