{
  "name": "payment-service",
  "version": "2.1.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UZbWg4wXxBapWdHT7zp7"
  },
  "jwt_secret": "ibS/aDG7JN5IYPrktm0BKdW2bUeRyQSs",
  "api_keys": {
    "stripe": "sk_live_PIjIBNRGmY4DB3a82VFZBwOx",
    "sendgrid": "SG.0EJOvXTP6JRWOrG+ZFjDYE",
    "twilio_sid": "ACa6953f719f322e85f96bb494398f2c8a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}