{
  "name": "auth-service",
  "version": "2.4.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cMLTcu8oTbVsT7jK9nKr"
  },
  "jwt_secret": "5tNaHB3IyJggr48IXi5dpvm2MNeJiBuz",
  "api_keys": {
    "stripe": "sk_live_etcCkmwE2njOh0YlecSmvVu2",
    "sendgrid": "SG.LA5fvr9Scrzaquits4WccK",
    "twilio_sid": "AC69975069ce5ae690efa61cf6929e804b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}