{
  "name": "auth-service",
  "version": "1.4.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C4jIxT5EcBfeBx0jdK6p"
  },
  "jwt_secret": "e9tHMYgJFhV3ayrL8hGsNE/IDOqg30bx",
  "api_keys": {
    "stripe": "sk_live_4tWVmHzilx67LQikSZLFLfvS",
    "sendgrid": "SG.epGMRxGrXgcaCji7xlmhvR",
    "twilio_sid": "ACb70e705fec3d73a5f630bc6ff7de5281"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}