How to connect a moralis server to private Avalanche node?

I have an avalanche network with C chain at http://:9650/ext/bc/C/rpc. I want to connect a Moralis server to to this node, rather than mainnet or testnet. How can I configure that? Thank you.

what do you want to do with that chain? web3api will not work with a devchain

I already have dapps running on this chain. I want to add etherum-boilerplate-nft which uses moralis as well. For that I need to connect moralis to my node, right?

we don’t really support custom nodes, you can try to create a dev server and connect it like you would connect ganache to see if it works

and in a dev server only some limited functionality is available, web3api will not work

Ok, I will try that, thanks.