1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#!/bin/bash set -e cat << EOF > config.json { "production": { "db": { "dialect": "postgres", "protocol": "postgres", "dialectOptions": { "ssl": { "require": true, "rejectUnauthorized": false } } } } } EOF