{
  "name": "user-service",
  "version": "2.1.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "M0On81NxiPjjp4lUKBa9"
  },
  "jwt_secret": "EHV5JVzyZFg8++lpDT/qjyg2EaXT36sC",
  "api_keys": {
    "stripe": "sk_live_aAjHFhgNLVqQzgYt4Lzo3W6h",
    "sendgrid": "SG.d2iDOL36qJYJfNnj1YlIP8",
    "twilio_sid": "AC7eff61828a279a28f8f6eede6d81ef1c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}