Skip to content

Commit

Permalink
Merge pull request #43 from seanbirchall/development
Browse files Browse the repository at this point in the history
UPDATE: rm junk
  • Loading branch information
seanbirchall authored Nov 29, 2024
2 parents 53beffa + 23ab5ca commit b151132
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions service/auth/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ module.exports = {
script: "index.js",
cwd: "/var/www/html/scrapeable/service/auth",
env: {
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
NODE_ENV: "production"
},
watch: true,
watch_delay: 1000, // Delay between restarts
Expand Down

0 comments on commit b151132

Please sign in to comment.