Skip to content

Commit

Permalink
add: test config
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiOverload committed Sep 20, 2023
1 parent 89ca9df commit 10d913a
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions sample_configs/integration-tests-config/bdjuno/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
chain:
bech32_prefix: cudos
modules:
- modules
- messages
- auth
- bank
- consensus
- gov
- slashing
- staking
- pricefeed
- distribution
- cosmwasm
- gravity
- cudomint
- nft
- marketplace
- group
node:
type: remote
config:
rpc:
client_name: cudos-network
address: http://localhost:26657
max_connections: 20
grpc:
address: http://localhost:9090
insecure: true
parsing:
workers: 1
listen_new_blocks: true
parse_old_blocks: true
parse_genesis: true
start_height: 1
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /tmp/cudos-test-data/config/genesis.json
database:
url: postgres://postgres:12345@localhost:6666/bdjuno_test_db?sslmode=disable&search_path=public
name: bdjuno_test_db
host: localhost
port: 6666
user: postgres
password: 12345
schema: public
max_open_connections: 10
max_idle_connections: 10
partition_size: 100000
partition_batch: 1000
logging:
level: debug
format: text
telemetry:
port: 5000
pricefeed:
tokens:
- name: Cudos
units:
- denom: cudos
exponent: 0
price_id: cudos
distribution:
rewards_frequency: 1000
workers:
- name: fix_blocks_worker
interval: 60m
- name: migrate_nfts_worker
interval: 1m
- name: blocks_monitoring_worker
interval: 30s
cudomint:
stats_service_url: http://127.0.0.1:3001
crypto-compare:
crypto_compare_prod_api_key: ""
crypto_compare_free_api_key: ""

0 comments on commit 10d913a

Please sign in to comment.