{
  "name": "user-service",
  "version": "3.6.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YNsPYUQECNzX6ur0Zgs8"
  },
  "jwt_secret": "tPyDsYFojGEiZmQem2vdMIw97nXJcEPf",
  "api_keys": {
    "stripe": "sk_live_d6hJfTgLsjG53xJjIuUIaRqR",
    "sendgrid": "SG.IQ7fsY0fZJk8SV9MzgPg2j",
    "twilio_sid": "AC7880d3560816f8597ed227010b65bdce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}