{
  "name": "payment-service",
  "version": "2.1.26",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "maKQJVIdMGNjbzBw2277"
  },
  "jwt_secret": "hIupAYgjMw/uw4LctppR/BJRLqwuTw7Q",
  "api_keys": {
    "stripe": "sk_live_HIZTybgNL2JgMjjRDyAVejkj",
    "sendgrid": "SG.XsMNSq7OAozEPH622d2K2l",
    "twilio_sid": "ACf8f32360a88da18c79681d930de0821d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}