{
  "name": "user-service",
  "version": "2.9.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9b9BcTAykplP8o3apo2M"
  },
  "jwt_secret": "JR4++tOu5Feevp9GeXzNVtVdmqqDeqGO",
  "api_keys": {
    "stripe": "sk_live_akhjfNi4kfbSBLCoaVV7VEtr",
    "sendgrid": "SG.ivdvx9Q8HdYyjIzKxzVs2o",
    "twilio_sid": "AC10028b795bda1b43bc45d73197b254f6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}