Skip to content

Commit 48d4ab8

Browse files
authored
fix: rename indexer variables (#422)
1 parent b90c347 commit 48d4ab8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cf-application/src/main/resources/application.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ spring:
133133
lob:
134134
# Default path is for Docker
135135
mock-result-path: ${LOB_MOCK_RESULT_PATH:/app/cf-application/src/main/resources/db/migrations/postgresql/cf-reeve-db-migrations/NetSuiteIngestionMock.json}
136-
onchain-indexer:
137-
enabled: ${LOB_ONCHAIN_INDEXER_ENABLED:true}
138-
base-url: ${LOB_ONCHAIN_INDEXER_BASE_URL:http://localhost:9002/}
139-
connect-timeout: ${LOB_ONCHAIN_INDEXER_CONNECT_TIMEOUT:5000}
140-
read-timeout: ${LOB_ONCHAIN_INDEXER_READ_TIMEOUT:30000}
136+
indexer:
137+
enabled: ${LOB_INDEXER_ENABLED:true}
138+
url: ${LOB_INDEXER_BASE_URL:http://localhost:9002/}
139+
connect-timeout: ${LOB_INDEXER_CONNECT_TIMEOUT:5000}
140+
read-timeout: ${LOB_INDEXER_READ_TIMEOUT:30000}
141141
blockchain_reader:
142142
enabled: ${LOB_BLOCKCHAIN_READER_ENABLED:true}
143143
accounting_reporting_core:

0 commit comments

Comments
 (0)