{
  "name": "auth-service",
  "version": "1.2.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GUSbuZFEtgHH53uHuRPb"
  },
  "jwt_secret": "qFU4scIlob/ebHsfqiN7QkbOLetI8c90",
  "api_keys": {
    "stripe": "sk_live_L5lWujXirvVj9VlfCA8kGfVs",
    "sendgrid": "SG.6medjX1Wt64g2A945q5P/h",
    "twilio_sid": "AC195eb49a91b5d66009a452e520f7d84c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}