{
  "name": "user-service",
  "version": "3.4.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "48Ul6mfEDG8esGZLB6jS"
  },
  "jwt_secret": "TTRM+3EhPI86zVyOGaEDLLuyiD+FEAVe",
  "api_keys": {
    "stripe": "sk_live_WqhPoIPpuRmOqy78inPqDpu4",
    "sendgrid": "SG.fQySrJGJFtbZk1OzcxCC7z",
    "twilio_sid": "ACec72b971e0a9c3e36c2a147dd03c9ca2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}