Skip to content

Commit

Permalink
chore: reduce audit timeout to 2h for all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Aug 20, 2024
1 parent 439f294 commit 6c2a08d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorservicedev
DB_PORT=5432
DB_USERNAME=postgres
POLL_END_CHECKPOINT_DELTA=2h
ENV=dev
1 change: 1 addition & 0 deletions env/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorserviceprod
DB_PORT=5432
DB_USERNAME=postgres
POLL_END_CHECKPOINT_DELTA=2h
ENV=prod
1 change: 1 addition & 0 deletions env/.env.qa
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorserviceqa
DB_PORT=5432
DB_USERNAME=postgres
POLL_END_CHECKPOINT_DELTA=2h
ENV=qa
1 change: 1 addition & 0 deletions env/.env.tnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorservicetnet
DB_PORT=5432
DB_USERNAME=postgres
POLL_END_CHECKPOINT_DELTA=2h
ENV=tnet

0 comments on commit 6c2a08d

Please sign in to comment.