Skip to content

Commit

Permalink
update config.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiOverload committed Aug 22, 2023
1 parent 667257d commit b9b5fe2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions sample_configs/aura-pool-configs/bdjuno/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ parsing:
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /usr/local/bdjuno/bdjuno/genesis.json
database:
url: postgres://user:password@host:5432/database-name?sslmode=disable&search_path=public
name: dev-explorer-v2
host: host.docker.internal
port: 5432
Expand Down
3 changes: 2 additions & 1 deletion sample_configs/local-dev-configs/bdjuno/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ parsing:
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /usr/local/bdjuno/bdjuno/genesis.json
database:
url: postgres://postgres:12345@localhost:5432/LocalBigDipperTestV2?sslmode=disable&search_path=public
name: LocalBigDipperTestV2
host: host.docker.internal
port: 5444
port: 5432
user: postgres
password: passhere
schema: public
Expand Down
1 change: 1 addition & 0 deletions sample_configs/mainnet-configs/bdjuno/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ parsing:
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /usr/local/bdjuno/bdjuno/genesis.json
database:
url: postgres://user:password@host:5432/database-name?sslmode=disable&search_path=public
name: explorer-v2-ui-1
host: host.docker.internal # uses gcloud sql auth proxy on localhost to connecto gcloud sql db
port: 5432
Expand Down
1 change: 1 addition & 0 deletions sample_configs/private-testnet-configs/bdjuno/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ parsing:
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /usr/local/bdjuno/bdjuno/genesis.json
database:
url: postgres://user:password@host:5432/database-name?sslmode=disable&search_path=public
name: new-private-testnet-explorer-v2
host: host.docker.internal # uses gcloud sql auth proxy on localhost to connecto gcloud sql db
port: 5432
Expand Down
1 change: 1 addition & 0 deletions sample_configs/public-testnet-configs/bdjuno/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ parsing:
fast_sync: false # when fast sync is set to true, ignores all previous block
genesis_file_path: /usr/local/bdjuno/bdjuno/genesis.json
database:
url: postgres://user:password@host:5432/database-name?sslmode=disable&search_path=public
name: public-testnet-explorer-v2
host: host.docker.internal # uses gcloud sql auth proxy on localhost to connecto gcloud sql db
port: 5432
Expand Down

0 comments on commit b9b5fe2

Please sign in to comment.