{
  "name": "auth-service",
  "version": "2.7.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ePGbTiiurAkFhDHEejue"
  },
  "jwt_secret": "weygzSITDLA/tHIMbW1qdinTacXKdncu",
  "api_keys": {
    "stripe": "sk_live_oRZd4RPHhYcEF9jHAizDKuG8",
    "sendgrid": "SG.1TQG4V5H5FYkk6WyJUin0K",
    "twilio_sid": "ACa8fad5201b888d9cf745b193525b787e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}