{
  "name": "payment-service",
  "version": "3.9.19",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "60GPcyUt7ruR0mGViAMl"
  },
  "jwt_secret": "SEtm973uF9V6F6VeZaZTc1MNG8TnM7C2",
  "api_keys": {
    "stripe": "sk_live_z5B1fgXD9RcHTu6JRS3A2lWB",
    "sendgrid": "SG.kE5QIrId1xPw9D3F4t1ErT",
    "twilio_sid": "AC341d51afe666980753f0ec138edce496"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}