{
  "name": "auth-service",
  "version": "2.0.25",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "h1PdORYdoBp9eq49EeAf"
  },
  "jwt_secret": "nYtOP3X40ANeh6D/JvXCvAaRxyBN6Ugb",
  "api_keys": {
    "stripe": "sk_live_V60uWitozHYJVEOwSlvLX2Go",
    "sendgrid": "SG.mas0DxhXM8Q8l9E3hp6Nyv",
    "twilio_sid": "ACfee0e664708fbfabd89e9cb60cbe9821"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}