Skip to content

Commit

Permalink
chore: make dialect cloud url configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbl committed Nov 7, 2022
1 parent 71ad2e6 commit a10d109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ import { TerminusModule } from '@nestjs/terminus';
network: process.env.DIALECT_SDK_SOLANA_NETWORK_NAME as SolanaNetwork,
rpcUrl: process.env.DIALECT_SDK_SOLANA_RPC_URL,
},
dialectCloud: {
url: process.env.DIALECT_SDK_DIALECT_CLOUD_URL,
},
wallet: NodeDialectWalletAdapter.create(),
}),
},
Expand Down

0 comments on commit a10d109

Please sign in to comment.