{
  "name": "payment-service",
  "version": "2.1.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JkJcCTAxNjHY2qgbNK0I"
  },
  "jwt_secret": "ZA+yKKeb1cL7rhg8O3p0DbdYaIpnXxbs",
  "api_keys": {
    "stripe": "sk_live_iwWAdCaEqPtzzr276KhAarpV",
    "sendgrid": "SG.PimFCHYpApoiwu2I7mbkq/",
    "twilio_sid": "AC52686563d7c9b124af76c17e9a78ca3d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}