{
  "name": "auth-service",
  "version": "2.5.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WLRqLxNuc9c7LoJV6DAC"
  },
  "jwt_secret": "IETxk3ijPUxK8EI/ASBjpxDAlgue9Rku",
  "api_keys": {
    "stripe": "sk_live_jPathTH5KFs6iiPA7aGLAt19",
    "sendgrid": "SG.3qx8OlleBUQvCppMrS82s7",
    "twilio_sid": "ACb0902551da3256ac4ed42e182bee9b50"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}