Skip to content

Commit

Permalink
ci: update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Feb 23, 2024
1 parent 04c6f26 commit 31fec55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions file-exchange/tests/test0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[server]
bundles = ["QmeaPp764FjQjPB66M9ijmQKmLhwBpHQhA7dEbH2FA1j3v:./../example-file/"]
admin_auth_token = "slayyy"
admin_host_and_port = "0.0.0.0:5666"
admin_host_and_port = "0.0.0.0:5664"
price_per_byte = 1
ipfs_gateway = "https://ipfs.network.thegraph.com"
log_format = "Full"
Expand All @@ -23,7 +23,7 @@ status_url = "http://localhost:8030/graphql"
query_base_url = "http://localhost:8000"

[common.database]
postgres_url = "postgres://graphuser:idiot@localhost/graph"
postgres_url = "postgres://postgres@postgres:5432"

[common.network_subgraph]
query_url = "https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum-sepolia"
Expand Down
4 changes: 2 additions & 2 deletions file-exchange/tests/test1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bundles = [
"QmTSwj1BGkkmVSnhw6uEGkcxGZvP5nq4pDhzHjwJvsQC2Z:./../example-file/"
]
admin_auth_token = "kueen"
admin_host_and_port = "0.0.0.0:5666"
admin_host_and_port = "0.0.0.0:5665"
price_per_byte = 1
ipfs_gateway = "https://ipfs.network.thegraph.com"
log_format = "Pretty"
Expand All @@ -27,7 +27,7 @@ status_url = "http://localhost:8030/graphql"
query_base_url = "http://localhost:8000"

[common.database]
postgres_url = "postgres://graphuser:idiot@localhost/graph"
postgres_url = "postgres://postgres@postgres:5432"

[common.network_subgraph]
query_url = "https://localhost:8080/network"
Expand Down

0 comments on commit 31fec55

Please sign in to comment.