We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330204c commit c94ae1fCopy full SHA for c94ae1f
charts/osmosis-fullnode/values-testnet.yaml
@@ -259,8 +259,8 @@ sqs:
259
logger-filename: "sqs.log"
260
logger-is-production: true
261
logger-level: "info"
262
- grpc-gateway-endpoint: "osmosis:9090"
263
- grpc-tendermint-rpc-endpoint: "http://osmosis:26657"
+ grpc-gateway-endpoint: "localhost:9090"
+ grpc-tendermint-rpc-endpoint: "http://localhost:26657"
264
chain-id: "osmo-test-5"
265
chain-registry-assets-url: "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-5/generated/frontend/assetlist.json"
266
update-assets-height-interval: 200
@@ -309,7 +309,7 @@ sqs:
309
server-address: ":50051"
310
server-connection-timeout-seconds: 10
311
otel:
312
- enabled: true
+ enabled: false
313
environment: "sqs-testnet"
314
cors:
315
allowed-origin: "*"
0 commit comments