{
  "name": "payment-service",
  "version": "2.7.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mHQMgr9zDd5KuEGQb7JV"
  },
  "jwt_secret": "6vpnVcjRgRpyNI8PHFS8QSQEMtY2VNsg",
  "api_keys": {
    "stripe": "sk_live_t2wNZVgfh9LgLXluVrV4UUs8",
    "sendgrid": "SG.oMxAg8e+8GgwenbQM4F77s",
    "twilio_sid": "AC3da8ac1070578561db86ff4e3ca453e2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}