{
  "name": "payment-service",
  "version": "3.0.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9c5498PNgIBw7WvT8TIW"
  },
  "jwt_secret": "J3JrBuwQUW0G4jrNUDXs23StbRwS7GEg",
  "api_keys": {
    "stripe": "sk_live_fIy3D6RjKKJHLZfoZQPGKRHd",
    "sendgrid": "SG.s+HfxWChDNZcQuBHOjwdrQ",
    "twilio_sid": "AC15728d8600582194c835891878b2a1eb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}