Skip to content

Commit

Permalink
[all]: Change listening ports due to internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 17, 2023
1 parent e687657 commit 29b181e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/admin/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module.exports = {
name: 'mzg.fan-admin',
script: './.output/server/index.mjs',
interpreter: 'bun',
port: 22321,
port: 12321,
max_memory_restart: '200M',
env: {
'NITRO_PORT': 22321,
'NITRO_PORT': 12321,
'NUXT_APP_SECURE_CONTEXT': true,
'NUXT_BACKEND_API_KEY': ''
}
Expand Down
4 changes: 2 additions & 2 deletions packages/home/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module.exports = {
name: 'mzg.fan-home',
script: './.output/server/index.mjs',
interpreter: 'bun',
port: 22320,
port: 12320,
max_memory_restart: '200M',
env: {
'NITRO_PORT': 22320
'NITRO_PORT': 12320
}
}
]
Expand Down

0 comments on commit 29b181e

Please sign in to comment.