{
  "name": "payment-service",
  "version": "2.0.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZJm0QT6oyD3T3PpyCTtY"
  },
  "jwt_secret": "2Io0qKcBsYLcxtuvvAkV0uBWCDgMLGET",
  "api_keys": {
    "stripe": "sk_live_YqzZLwx1G2ku5Gdn8GaFgStu",
    "sendgrid": "SG.VYuc/rIMQgTnMrnX2X2RvC",
    "twilio_sid": "ACbb6690c05a89c6ea410b39acc744bf75"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}