{
  "name": "auth-service",
  "version": "3.0.20",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UIOVFj1MZUubfSg0ChDL"
  },
  "jwt_secret": "bL++vefb03agkSWAet1dXsabFaHHyeqO",
  "api_keys": {
    "stripe": "sk_live_1Al8ODwqLNWv1nLyFlewjVir",
    "sendgrid": "SG.qsCROlVseQZm7OoqtK5ike",
    "twilio_sid": "AC7806dbefd2215a6771a73f86b139df00"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}