#!/usr/bin/env bash

envsubst \
    '\$RASP_TVM_ID \$RASP_DEVELOPERS_TVM_ID' \
    < /etc/nginx/sites-enabled/50-app.conf > temp.conf \
    && mv temp.conf /etc/nginx/sites-enabled/50-app.conf
