{
  "name": "auth-service",
  "version": "3.5.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Yk5LHVTyDtOIrwc9hFnh"
  },
  "jwt_secret": "EktW+E1Zr6bCIlbRu3uwh7J+JO8vLUBR",
  "api_keys": {
    "stripe": "sk_live_RdSxEP3Jbk2q7pu32grAmo63",
    "sendgrid": "SG.ybv1HCi/qBy0KeMLVHQ5cZ",
    "twilio_sid": "ACf696c32cbff03fd271189c912e9dfdb2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}