{
  "name": "auth-service",
  "version": "3.3.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kNOKXJ3ISWvWmfLMXttR"
  },
  "jwt_secret": "RHBjL/NYlelDkmTNuAzylLcY2MVa9hTb",
  "api_keys": {
    "stripe": "sk_live_cU7LPBHm3IMrIolHlfw8PTJW",
    "sendgrid": "SG.AcQj17NfefUnA4eEJAtEe4",
    "twilio_sid": "AC4f59bbad734474657490a753d90af22f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}