{
  "name": "user-service",
  "version": "3.9.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IEPJIfvMFSEUt5RhJnKs"
  },
  "jwt_secret": "coPzV8Go3rZ58dgMNtPEhu4EO7tpalm+",
  "api_keys": {
    "stripe": "sk_live_Q8ALg1XTBlmuFtD9kQcp825f",
    "sendgrid": "SG.NtB3VoW/c+YV0WQAxvrZa5",
    "twilio_sid": "ACa485809eed8fc8f1d8448ae57ad37990"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}