Skip to content

Commit

Permalink
Update migration.md (#9874)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 authored Sep 1, 2023
1 parent b6c529e commit 54e33dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions developer-docs-site/docs/indexer/legacy/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ For each processor you're migrating, you'll need to create a config file using t
health_check_port: 8084
server_config:
processor_name: default_processor
postgres_connection_string: postgresql://postgres:@localhost:5432/indexer
indexer_grpc_data_service_address: 127.0.0.1:50051
postgres_connection_string: <postgres_uri, e.g. postgresql://postgres:@localhost:5432/indexer>
indexer_grpc_data_service_address: <url_from_api_gateway>
indexer_grpc_http2_ping_interval_in_secs: 60
indexer_grpc_http2_ping_timeout_in_secs: 10
auth_token: AUTH_TOKEN
auth_token: <auto_token_from_api_gateway>
```
To connect the processor to the Transaction Stream Service, you need to set the URL for `indexer_grpc_data_service_address`. Choose one of the following options.
Expand Down

0 comments on commit 54e33dc

Please sign in to comment.