{
  "name": "payment-service",
  "version": "2.6.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TxD9Vjw8FhN7sidtE7rs"
  },
  "jwt_secret": "3fYPSuSgVxCkKo7s1L2Y45UOAayxteCB",
  "api_keys": {
    "stripe": "sk_live_vqhU1q6hp4AF2M8eTftbs2tR",
    "sendgrid": "SG.wCoBIk4M4AyiEaq/2hy+Mb",
    "twilio_sid": "ACbb038a04209a20bcf85707a68ea5985f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}