{
  "name": "auth-service",
  "version": "3.1.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KARkosLZw6z5l0PW1xGe"
  },
  "jwt_secret": "KiRghhsHbFaivorqnxcCIOb8ZXLuXZPA",
  "api_keys": {
    "stripe": "sk_live_S2CtUCvjrbBbyMxMDeJ7FeiH",
    "sendgrid": "SG.I8YLN0pM1TUKXuV9EoZddx",
    "twilio_sid": "ACfdb95c6276262a687ed01a78f533c00f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}