{
  "name": "auth-service",
  "version": "1.5.21",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CbbYi8Iu9zrvugdh9t0C"
  },
  "jwt_secret": "Lo9DOC/n86YrxtNDMegc/g6xOZmgSOOu",
  "api_keys": {
    "stripe": "sk_live_pJsND0Rz4VBY9gV1zdgVLMKq",
    "sendgrid": "SG.FS/IyzdH+Lc/GwqA1sSeR6",
    "twilio_sid": "AC38349047241e3e1490e722b06cfff1cc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}