{
  "name": "user-service",
  "version": "2.9.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "l1tIhckFKEgsucc6lezI"
  },
  "jwt_secret": "3ikJPRf2QDqDQN8ISyjevn3OmDF7ntLf",
  "api_keys": {
    "stripe": "sk_live_gYoQwa82OvEONEaWiHyko0Jm",
    "sendgrid": "SG.T+iCfuuLE1ix1k7fQ8UtwN",
    "twilio_sid": "AC6d12b3411eade6248829af5d1aebc9c2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}