{
  "name": "payment-service",
  "version": "1.3.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eC103IkSAbMRJHwvOlYf"
  },
  "jwt_secret": "8a93nmaZHJj/gOfsSO8iQE1jAugxQfNa",
  "api_keys": {
    "stripe": "sk_live_04WNgZQxAPe2MrFeOxcQ16Ws",
    "sendgrid": "SG.JIesI7Swnz/X8JGyb+N2et",
    "twilio_sid": "ACf607ef272e2c97c7927a0761e1147f71"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}