{
  "name": "user-service",
  "version": "1.7.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "A3fxGK1uezSsT9fH8xBS"
  },
  "jwt_secret": "lU7ZTbY61LjV+CjTOx/0kgWaarXLlYQP",
  "api_keys": {
    "stripe": "sk_live_04vhOY5kqlKE8tSw8XALxHRw",
    "sendgrid": "SG.i+6x5pKKl40ygsuaDk2Mtk",
    "twilio_sid": "ACa26390e2329c6c4c0604814c027b6a0d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}