{
  "name": "auth-service",
  "version": "1.8.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "71HL0sfPQhLFodSwFc4V"
  },
  "jwt_secret": "RGzqriiB/csxDMQae5sHiS56zeMwzsQj",
  "api_keys": {
    "stripe": "sk_live_tsrER6hGpjmw0S6Mucqd1LDY",
    "sendgrid": "SG.Mxuq3HcOcrQm6ob1UfCULx",
    "twilio_sid": "AC1a4c57707f19327b030994cdf566b488"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}