Skip to content

Commit

Permalink
UPDATE: auth
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbirchall committed Nov 29, 2024
1 parent 4038c93 commit d3a3a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion service/auth/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ module.exports = {
script: "index.js",
cwd: "/var/www/html/scrapeable/service/auth",
env: {
NODE_ENV: "production"
NODE_ENV: "production",
COGNITO_TOKEN_URL: process.env.COGNITO_TOKEN_URL,
COGNITO_CLIENT_ID: process.env.COGNITO_CLIENT_ID,
COGNITO_CLIENT_SECRET: process.env.COGNITO_CLIENT_SECRET
},
watch: true,
watch_delay: 1000, // Delay between restarts
Expand Down

0 comments on commit d3a3a86

Please sign in to comment.