{
  "name": "auth-service",
  "version": "1.5.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ptqoPCjioIgcwG4FNi9U"
  },
  "jwt_secret": "DdhnvDBt/CnQdEK/kxS30HT1UIHO9RVb",
  "api_keys": {
    "stripe": "sk_live_bnt7e3f4100717ACqaF20NEq",
    "sendgrid": "SG.NiMRAiUCJu3kqvMfuXvxIK",
    "twilio_sid": "AC1972a2e2506189914f1585f95d614978"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}