Skip to content

Commit

Permalink
Merge pull request #567 from Kodylow/docker-workflow-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Oct 21, 2024
2 parents c9f798c + dda934a commit 53ff901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/router/src/guardian-ui/setupProxy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function (app) {
app.use('/config.json', (_req, res) => {
res.json({
fm_config_api: process.env.REACT_APP_FM_CONFIG_API,
baseUrl: process.env.REACT_APP_FM_CONFIG_API,
tos: process.env.REACT_APP_TOS,
});
});
Expand Down
2 changes: 1 addition & 1 deletion scripts/write-config-from-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (!targetDir) {

function write_config(filePath) {
let config = {
fm_config_api: process.env.REACT_APP_FM_CONFIG_API,
baseUrl: process.env.REACT_APP_FM_CONFIG_API,
tos: process.env.REACT_APP_TOS,
};

Expand Down

0 comments on commit 53ff901

Please sign in to comment.