Semaphore/deployment/docker/ci/dredd/gen-config-postgres
2022-11-19 22:24:25 +05:00

18 lines
291 B
Bash
Executable File

#!/usr/bin/env bash
cat <<EOF
{
"postgres": {
"host": "postgres:5432",
"user": "semaphore",
"pass": "semaphore",
"name": "semaphore",
"options": {
"sslmode": "disable"
}
},
"dialect": "postgres",
"access_key_encryption": "${SEMAPHORE_ACCESS_KEY_ENCRYPTION}"
}
EOF