File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
cf-application/src/main/resources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ spring:
133133lob :
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 :
You can’t perform that action at this time.
0 commit comments