{
  "name": "auth-service",
  "version": "3.1.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2kmSsRIesjnLlLCf79II"
  },
  "jwt_secret": "69rQshpqm+RTYnU5Y4naZurBcUwAnC6x",
  "api_keys": {
    "stripe": "sk_live_reaHPUWj7x7gDlxhPY1smENC",
    "sendgrid": "SG.I+AA11xJMYa5zfxSXr1uAJ",
    "twilio_sid": "AC60f542517a3b8cac47828c74816bbc80"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}