diff --git a/env/.env.dev b/env/.env.dev index 59adbd9..e535de9 100644 --- a/env/.env.dev +++ b/env/.env.dev @@ -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 diff --git a/env/.env.prod b/env/.env.prod index bde55a8..5b956a8 100644 --- a/env/.env.prod +++ b/env/.env.prod @@ -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 diff --git a/env/.env.qa b/env/.env.qa index 47a5c62..a167cf9 100644 --- a/env/.env.qa +++ b/env/.env.qa @@ -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 diff --git a/env/.env.tnet b/env/.env.tnet index 315d695..e1979ef 100644 --- a/env/.env.tnet +++ b/env/.env.tnet @@ -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