{
  "name": "auth-service",
  "version": "3.3.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PGXAk7UHzWKC0C58tCMi"
  },
  "jwt_secret": "gyh8a+e/HL/pj7aXRjLTZosLCvJQTvKS",
  "api_keys": {
    "stripe": "sk_live_8cq5CIHoPgPqYzwJGFn09US1",
    "sendgrid": "SG.rahaIlOQGg9YIP09f93zjn",
    "twilio_sid": "ACb7421ff67f804a7adcdd3b4cd5784d4e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}