{
  "name": "auth-service",
  "version": "2.2.16",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wNtKBeituighRD0kZTgt"
  },
  "jwt_secret": "YGsph2J/zeN2YOSRs0d+buBOR3rejZrj",
  "api_keys": {
    "stripe": "sk_live_llfuMJXlkVh5Ft4zbjECX1Yd",
    "sendgrid": "SG.TvPhUbuq3gRfbmDth0xc5e",
    "twilio_sid": "AC174d7a0e4a4eee53c16fcf586ff9e4f8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}