{
  "name": "user-service",
  "version": "2.3.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "P1azTxHJtb25dTnfyBDz"
  },
  "jwt_secret": "Jt58EaLyz9//uXPG5u8JCnON/S/zNfBd",
  "api_keys": {
    "stripe": "sk_live_jaO3R5YZH9Lg6rqqBdLbituM",
    "sendgrid": "SG.zwocAzqludQnz7eiGPjzwo",
    "twilio_sid": "ACa0061c6a0d7e68463a533d8d7ef28516"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}