Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flambert70 authored Dec 12, 2023
1 parent 3c7a0dc commit afb0809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ami-pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const DIR_PATH = path.dirname(url.fileURLToPath(import.meta.url));

/*--------------------------------------------------------------------------------------------------------------------*/

console.log(`NODE_RED_CREDENTIAL_SECRET: ${env.NODE_RED_CREDENTIAL_SECRET}`);

const NODE_RED_SETTINGS = {
uiPort: 1880,
uiHost: '0.0.0.0',
Expand All @@ -47,6 +49,8 @@ const NODE_RED_SETTINGS = {
},
};

console.log(`NODE_RED_SETTINGS.credentialSecret: ${NODE_RED_SETTINGS.credentialSecret}`);

/*--------------------------------------------------------------------------------------------------------------------*/
/* APPLICATION */
/*--------------------------------------------------------------------------------------------------------------------*/
Expand Down

0 comments on commit afb0809

Please sign in to comment.