Skip to content

Commit

Permalink
enable scanner2
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jun 23, 2024
1 parent 5268e3f commit 5fcf0ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ let arr = [
name: 'scanner',
group: 'backend',
},
// {
// name: 'scanner2',
// group: 'backend',
// env: {
// SCANNER_OFFSET: '50000',
// }
// },
{
name: 'scanner2',
group: 'backend',
env: {
SCANNER_OFFSET: '50000',
}
},
{
name: 'backupscanner',
group: 'disabled',
Expand Down

0 comments on commit 5fcf0ed

Please sign in to comment.