diff --git a/api/package.json b/api/package.json index ece45e6..06112f5 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "start:ts": "npm run build && node --inspect=0.0.0.0:9222 --nolazy build/server.js", "start:dev": "nodemon --watch 'src/**/*.ts' --exec \"npm run start:ts\"", "tunnel": "myapp_guid=$(cf app --guid $APP_NAME) && TUNNEL=$(cf curl /v2/apps/$myapp_guid/env | jq -r '[.system_env_json.VCAP_SERVICES.\"aws-rds\"[0].credentials | .host, .port] | join(\":\")') && echo 'Rat tunnel active' &&cf ssh -N -L 5432:$TUNNEL $APP_NAME", - "tunnel:stage": "APP_NAME=smeqa-stage npm run tunnel", + "tunnel:stage": "APP_NAME=smeqa-staging npm run tunnel", "tunnel:prod": "APP_NAME=smeqa-rr npm run tunnel", "watch": "tsc -w -p ." },