Skip to content

Commit

Permalink
Remove ports for local dev (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoilie authored Mar 22, 2023
1 parent 1940618 commit 12f6c22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions packages/mobile/.env.dev
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
ENVIRONMENT=development
IS_PRODUCTION=true
USER_METADATA_NODE=http://audius-protocol-creator-node-1:4000
USER_METADATA_NODE=http://audius-protocol-creator-node-1
AUDIUS_URL=https://staging.audius.co
USER_NODE=http://audius-protocol-creator-node-1:4000
LEGACY_USER_NODE=http://audius-protocol-creator-node-1:4000
IDENTITY_SERVICE=http://audius-protocol-identity-service-1:7000
USER_NODE=http://audius-protocol-creator-node-1
LEGACY_USER_NODE=http://audius-protocol-creator-node-1
IDENTITY_SERVICE=http://audius-protocol-identity-service-1
HCAPTCHA_SITE_KEY=2abe61f1-af6e-4707-be19-a9a4146a9bea
HCAPTCHA_BASE_URL=https://staging.audius.co
AMPLITUDE_WRITE_KEY=abc
OPTIMIZELY_KEY=MX4fYBgANQetvmBXGpuxzF

REGISTRY_ADDRESS=0xCfEB869F69431e42cdB54A4F4f105C19C080A601
ENTITY_MANAGER_ADDRESS=0x5b9b42d6e4B2e4Bf8d42Eba32D46918e10899B66
WEB3_PROVIDER_URL=http://audius-protocol-poa-ganache-1:8545
WEB3_PROVIDER_URL=http://audius-protocol-poa-ganache-1

ETH_REGISTRY_ADDRESS=0xABbfF712977dB51f9f212B85e8A4904c818C2b63
ETH_PROVIDER_URL=http://audius-protocol-eth-ganache-1:8545
ETH_PROVIDER_URL=http://audius-protocol-eth-ganache-1
ETH_TOKEN_ADDRESS=0xdcB2fC9469808630DD0744b0adf97C0003fC29B2
ETH_OWNER_WALLET=0x855FA758c77D68a04990E992aA4dcdeF899F654A

SOLANA_WEB3_CLUSTER=devnet
SOLANA_CLUSTER_ENDPOINT=http://audius-protocol-solana-test-validator-1:8899
SOLANA_CLUSTER_ENDPOINT=http://audius-protocol-solana-test-validator-1
WAUDIO_MINT_ADDRESS=37RCjhgV1qGV2Q54EHFScdxZ22ydRMdKMtVgod47fDP3
SOLANA_TOKEN_PROGRAM_ADDRESS=TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
SOLANA_FEE_PAYER_ADDRESS=E3CfijtAJwBSHfwFEViAUd3xp7c8TBxwC1eXn1Fgxp8h
Expand Down
14 changes: 7 additions & 7 deletions packages/web/.env/.env.dev
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
REACT_APP_ENVIRONMENT=development
PORT=3000

REACT_APP_USER_NODE=http://audius-protocol-creator-node-1:4000
REACT_APP_LEGACY_USER_NODE=http://audius-protocol-creator-node-1:4000
REACT_APP_IDENTITY_SERVICE=http://audius-protocol-identity-service-1:7000
REACT_APP_USER_NODE=http://audius-protocol-creator-node-1
REACT_APP_LEGACY_USER_NODE=http://audius-protocol-creator-node-1
REACT_APP_IDENTITY_SERVICE=http://audius-protocol-identity-service-1

REACT_APP_EAGER_DISCOVERY_NODES=http://audius-protocol-discovery-provider-1:5000
REACT_APP_EAGER_DISCOVERY_NODES=http://audius-protocol-discovery-provider-1

REACT_APP_REGISTRY_ADDRESS=0xCfEB869F69431e42cdB54A4F4f105C19C080A601
REACT_APP_ENTITY_MANAGER_ADDRESS=0x5b9b42d6e4B2e4Bf8d42Eba32D46918e10899B66
REACT_APP_WEB3_PROVIDER_URL=http://audius-protocol-poa-ganache-1:8545
REACT_APP_WEB3_PROVIDER_URL=http://audius-protocol-poa-ganache-1

REACT_APP_ETH_REGISTRY_ADDRESS=0xABbfF712977dB51f9f212B85e8A4904c818C2b63
REACT_APP_ETH_PROVIDER_URL=http://audius-protocol-eth-ganache-1:8545
REACT_APP_ETH_PROVIDER_URL=http://audius-protocol-eth-ganache-1
REACT_APP_ETH_TOKEN_ADDRESS=0xdcB2fC9469808630DD0744b0adf97C0003fC29B2
REACT_APP_ETH_OWNER_WALLET=0x855FA758c77D68a04990E992aA4dcdeF899F654A

Expand All @@ -25,7 +25,7 @@ REACT_APP_COGNITO_TEMPLATE_ID=flwtmp_7ZUYaBUFLeNhJw
REACT_APP_OPENSEA_API_URL=https://rinkeby-api.opensea.io/api/v1

REACT_APP_SOLANA_WEB3_CLUSTER=devnet
REACT_APP_SOLANA_CLUSTER_ENDPOINT=http://audius-protocol-solana-test-validator-1:8899
REACT_APP_SOLANA_CLUSTER_ENDPOINT=http://audius-protocol-solana-test-validator-1
REACT_APP_WAUDIO_MINT_ADDRESS=37RCjhgV1qGV2Q54EHFScdxZ22ydRMdKMtVgod47fDP3
REACT_APP_SOLANA_TOKEN_PROGRAM_ADDRESS=TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
REACT_APP_SOLANA_FEE_PAYER_ADDRESS=HunCgdP91aVeoh8J7cbKTcFRoUwwhHwqYqVVLVkkqQjg
Expand Down

0 comments on commit 12f6c22

Please sign in to comment.