Skip to content

Commit

Permalink
Merge pull request #42 from lrodolfol/fix/remove-pdf-monthWork-on-unb…
Browse files Browse the repository at this point in the history
…lock

Fix/remove pdf month work on unblock
  • Loading branch information
tinosnegocios authored Dec 10, 2024
2 parents c9f03a4 + d1578a2 commit a55088d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
}
},
"sqs": {
"monthlyClosingQueueName": "monthly-closing"
"monthlyClosingQueueName": "monthly-closing",
"monthlyOpeningQueueName": "monthly-opening"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DefaultConnectionMySQL": "server=churchmanagerdb;port=3306;database=ChurchCashFlow;user=root;password=sinqia123"
},
"mongoConnection": {
"host": "localhost",
"host": "mongo",
"port": "27017",
"database": "bible",
"user": "mongoadmin",
Expand Down Expand Up @@ -50,7 +50,8 @@
}
},
"sqs": {
"monthlyClosingQueueName": "monthly-closing"
"monthlyClosingQueueName": "monthly-closing",
"monthlyOpeningQueueName": "monthly-opening"
}
}
},
Expand Down

0 comments on commit a55088d

Please sign in to comment.