{
  "name": "auth-service",
  "version": "2.7.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0RR8OkeTPyXyRHxPeawg"
  },
  "jwt_secret": "TERMwTALL2+DplJlbkxRkXXe6CwPVLfv",
  "api_keys": {
    "stripe": "sk_live_KIDbrj3AR6Aih1B3seIEmubM",
    "sendgrid": "SG.aXfEsjP2GCd+wxw6ot/Wl3",
    "twilio_sid": "AC0e37a1bb858d49a21f4cc081961bbed4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}