{
  "name": "payment-service",
  "version": "3.1.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1qSevNqW02YsYpaf0OuT"
  },
  "jwt_secret": "19AzeCziiHwqo28AaJn+LUbhi6nOoeln",
  "api_keys": {
    "stripe": "sk_live_151uKeG6fGKRwffa9WDlKU3b",
    "sendgrid": "SG.Kd1BHgLJRyacdioHRtiO1W",
    "twilio_sid": "ACc8a78d3b816edb9990478479742efc4e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}