{
  "name": "auth-service",
  "version": "3.8.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "h11bqtcxWZeAX522TzG0"
  },
  "jwt_secret": "Ixnd4tbWJ9jtqpsh7dJQMiG4cTIhTKFj",
  "api_keys": {
    "stripe": "sk_live_1odSQ6sbC0Lh29oDUIRRlHfm",
    "sendgrid": "SG.9c9HviAfmtNsgPRXR/U4Td",
    "twilio_sid": "ACdc7a47065352cd8658bf192e94ff2e3a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}