{
  "name": "payment-service",
  "version": "2.6.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0ZeYaKHzfUtfeu8ISYnp"
  },
  "jwt_secret": "Ks3HWyBNl/Cpw3an0IMEUOk4KcEw3ZUx",
  "api_keys": {
    "stripe": "sk_live_p4h6oWtOQtU2nQtc0ftQkcnP",
    "sendgrid": "SG.1Lzz9ZkrLP1trDnoc3mC+G",
    "twilio_sid": "AC903cb32aafb27cedce3024558c73a99c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}