Skip to content

Commit

Permalink
update example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed May 10, 2023
1 parent e2c989c commit c28b5be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions sample_configs/aura-pool-configs/.env-bdjuno
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ HASURA_ACTIONS_RPC="http://34.121.218.76:26657"
HASURA_ACTIONS_PORT=4000
GCLOUD_INSTANCE_CONNECTION_NAME=cudos-testnet:us-central1:dev-postgres
LOGGING_DRIVER=gcplogs
CRYPTO_COMPARE_PROD_API_KEY=""
CRYPTO_COMPARE_FREE_API_KEY=""
7 changes: 1 addition & 6 deletions sample_configs/local-dev-configs/.env-bdjuno
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ HASURA_GRAPHQL_UNAUTHORIZED_ROLE="anonymous"
HASURA_ACTIONS_GRPC="http://host.docker.internal:9090"
HASURA_ACTIONS_RPC="http://host.docker.internal:26657"
HASURA_ACTIONS_PORT=4000
POSTGRES_USER=postgres
POSTGRES_PASSWORD=12345
POSTGRES_DB=LocalBigDipperTestV2
POSTGRES_DB_PORT=5444
CRYPTO_COMPARE_PROD_API_KEY=""
CRYPTO_COMPARE_FREE_API_KEY=""

3 changes: 1 addition & 2 deletions sample_configs/mainnet-configs/.env-bdjuno
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ HASURA_ACTIONS_RPC="http://cluster-2-sentry-1.hosts.cudos.org:26657"
HASURA_ACTIONS_PORT=4000
GCLOUD_INSTANCE_CONNECTION_NAME=cudos-mainnet-infra:us-central1:sql-mainnet
LOGGING_DRIVER=gcplogs
CRYPTO_COMPARE_PROD_API_KEY=""
CRYPTO_COMPARE_FREE_API_KEY=""

2 changes: 0 additions & 2 deletions sample_configs/private-testnet-configs/.env-bdjuno
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ HASURA_ACTIONS_GRPC="http://34.123.153.6:9090"
HASURA_ACTIONS_RPC="http://34.123.153.6:26657"
HASURA_ACTIONS_PORT=4000
GCLOUD_INSTANCE_CONNECTION_NAME=cudos-testnet:us-central1:private-testnet-explorer-v2
CRYPTO_COMPARE_PROD_API_KEY=""
CRYPTO_COMPARE_FREE_API_KEY=""
2 changes: 0 additions & 2 deletions sample_configs/public-testnet-configs/.env-bdjuno
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ HASURA_ACTIONS_RPC="http://34.121.154.165:26657"
HASURA_ACTIONS_PORT=4000
GCLOUD_INSTANCE_CONNECTION_NAME=cudos-testnet:us-central1:public-testnet
LOGGING_DRIVER=gcplogs
CRYPTO_COMPARE_PROD_API_KEY=""
CRYPTO_COMPARE_FREE_API_KEY=""

0 comments on commit c28b5be

Please sign in to comment.