diff --git a/tradeinindia.live.expertpt.json b/tradeinindia.live.expertpt.json new file mode 100644 index 00000000..0c265986 --- /dev/null +++ b/tradeinindia.live.expertpt.json @@ -0,0 +1,24 @@ +{ + "providerId": "tradeinindia.live", + "providerName": "TradeInIndia", + "serviceId": "expertpt", + "serviceName": "Expert Paper Trading Platform", + "version": 1, + "description": "Connects your domain to your Expert Paper Trading platform for SEBI Research Analysts: adminra. (admin panel) and expertcalls. (client page).", + "variableDescription": "IP is the IPv4 address of the TradeInIndia platform server.", + "syncRedirectDomain": "masteradmin.tradeinindia.live", + "records": [ + { + "type": "A", + "host": "adminra", + "pointsTo": "%IP%", + "ttl": "3600" + }, + { + "type": "A", + "host": "expertcalls", + "pointsTo": "%IP%", + "ttl": "3600" + } + ] +}