Configure and Launch MyCRT
1: Environment Variables
MYCRT_ENV="demo"
MYCRT_PORT=80
MYCRT_HOST="localhost"1.5: Run Automated Tests (Optional)
cd mycrt/scripts
npm run test2: Configure the Service
{
"name": "MyCRT Server1",
"ssl": false,
"captures": {
"mock": false,
"interval": 360000,
"intervalOverlap": 60000,
"metricsDelay": 120000,
"filePrepDelay": 120000
},
"replays": {
"mock": false,
"interval": 360000,
"intervalOverlap": 60000,
"metricsDelay": 120000,
"filePrepDelay": 120000
}
}3: Launch MyCRT
Configure HTTPS/SSLLast updated