{
  "name": "user-service",
  "version": "3.4.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eB3EVgrJdEUtYdOKktz5"
  },
  "jwt_secret": "8DV2gUJtZmom5Enn3x7wcARexjW2r+ta",
  "api_keys": {
    "stripe": "sk_live_F4VZvHXEdgtyCM7Eo6pPvbtw",
    "sendgrid": "SG.tcXSb6P+4l1Z02udD4hdca",
    "twilio_sid": "ACf5f712ac40fe3237cdcdd089fa582c6f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}