{
  "name": "auth-service",
  "version": "3.2.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KJdZIvAXvfN72WJhR4Cy"
  },
  "jwt_secret": "Hsolg4e1B8hgmknqlnrK6/LZWm3NO/nT",
  "api_keys": {
    "stripe": "sk_live_eZwL2ZoSNPAj6cayailGZLIj",
    "sendgrid": "SG.6+AClLE1OyuMgmuxZtL9Sq",
    "twilio_sid": "AC86747f34bbf03fd61a3090bcd5331bbc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}