{
  "name": "payment-service",
  "version": "2.4.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kUkLgAsiOXiw6sI7RDYq"
  },
  "jwt_secret": "IEeSZw95EN4rrA/GhbGTn0h31CHogddq",
  "api_keys": {
    "stripe": "sk_live_2Pc6fDKanQFmIYRoD0gm6cHG",
    "sendgrid": "SG.ocjHKC8i9GwLWetZ3lOLg0",
    "twilio_sid": "ACe92373e3c81d635efa2dd9363ab9b4c3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}