postgres_hosts: - host: 'postgres_host_1' port: '5432' user: 'postgres_user_1' password: 'postgres_password_1' - host: 'postgres_host_2' port: '5432' user: 'postgres_user_2' password: 'postgres_password_2' minio: endpoint: 'your_minio_endpoint' access_key: 'your_minio_access_key' secret_key: 'your_minio_secret_key' bucket_name: 'your_minio_bucket_name' gpg: recipient: 'recipient@example.com'