Compare commits

..

No commits in common. "9c35900ce310dd0918a91917efe1d28f9e093bab" and "52d25341dea2ead1f2199b8ff034b6973fc26d25" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
name: 'qcast-front-production-1', name: 'qcast-front-production',
script: 'node_modules/next/dist/bin/next', script: 'node_modules/next/dist/bin/next',
instances: 1, instances: 1,
exec_mode: 'fork', exec_mode: 'fork',

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
name: 'qcast-front-production-2', name: 'qcast-front-production',
script: 'node_modules/next/dist/bin/next', script: 'node_modules/next/dist/bin/next',
instances: 1, instances: 1,
exec_mode: 'fork', exec_mode: 'fork',