{
  "name": "auth-service",
  "version": "2.0.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kegQgzxSMYqdatbAErbX"
  },
  "jwt_secret": "JO+KxV+bd/6wizVi1cArQ49I09RY8SFv",
  "api_keys": {
    "stripe": "sk_live_A19Im13beAhm7pw1mF04LDu3",
    "sendgrid": "SG.QRTMTzTgDzeu0D830gNR/W",
    "twilio_sid": "ACc019af5cd155828dc706069129c7c120"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}