{
  "name": "user-service",
  "version": "2.3.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "60PwBgouehpZPjOB8qZB"
  },
  "jwt_secret": "l5NUzmzlBZrOX8CCvk7zUWozYu3qHxOv",
  "api_keys": {
    "stripe": "sk_live_fLJvI3AB731klmYtk7Jty2JP",
    "sendgrid": "SG.OzLofcAVwfnNmXDaC+Y9as",
    "twilio_sid": "AC513ef41bb3c0d635dba7c6e9317b3e33"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}