Skip to content

Commit

Permalink
Fix CTDL-ASN export on dev/qa deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristin committed May 19, 2022
1 parent f3a42c9 commit 7070694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
env: {
"CASS_LOOPBACK": "http://localhost:8080/api/",
"ELASTICSEARCH_ENDPOINT": "http://localhost:9200",
"PORT": "8080"
"PORT": "8080",
"HTTP2": false
},
node_args: [
"--max-old-space-size=512"
Expand Down

0 comments on commit 7070694

Please sign in to comment.