{
  "name": "auth-service",
  "version": "1.7.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gnO4yM3zOni5Dsiai5kW"
  },
  "jwt_secret": "ZVG+sELX+2tbQELIciEBAZB4bt9hNUDH",
  "api_keys": {
    "stripe": "sk_live_jl6gBfrk8pxm0AEOVUsFrxOl",
    "sendgrid": "SG.uNjkLp8R3GzBcQUIhe6R0D",
    "twilio_sid": "ACc047c6d603fde1ad075e97406f5b4bae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}