{
  "name": "user-service",
  "version": "1.1.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5nursKPEOEgfKt5LsVYR"
  },
  "jwt_secret": "pl2u/vwSyg77ojR5pVEmIB2zSq7KayhG",
  "api_keys": {
    "stripe": "sk_live_PjR1onrqeEBv0K7MunPf2tx2",
    "sendgrid": "SG.52AnnbSr05UyQ/8SW+HGl+",
    "twilio_sid": "AC3476e294a76246964b0d3a81dec6bd1e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}