{
  "name": "auth-service",
  "version": "2.3.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FVaE58QRqtkjj99Rs6LG"
  },
  "jwt_secret": "XTcij4HW2SFCeLrLClIKQLyNHEwm2/GZ",
  "api_keys": {
    "stripe": "sk_live_h6Oygh8ikBNrqrTsotRwunKu",
    "sendgrid": "SG.0qkKmlL3gi93Zs/q+U8pfw",
    "twilio_sid": "AC280fa8eb44ca2859441f2b2b5e354456"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}