#!/bin/sh sed \ -e 's/"database": "Server=.*;Database=.*;Uid=.*;Pwd=.*"/"database": "Server=localhost;Database=db;Uid=user;Pwd=pass"/g' \ -e 's/"authEndpoint": ".*"/"authEndpoint": ""/g' \ -e 's/"authApiKey": ".*"/"authApiKey": ""/g' \ $1