api.auth/clean-config.sh
2020-06-22 15:56:52 +01:00

5 lines
No EOL
159 B
Bash
Executable file

#!/bin/sh
sed \
-e 's/"database": "Server=.*;User ID=.*;Password=.*;Database=.*"/"database": "Server=localhost;User ID=user;Password=pass;Database=db"/g' \
$1