{
  "name": "auth-service",
  "version": "3.2.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "d37Ll4AwlahKp5EnISb4"
  },
  "jwt_secret": "y1uE47OvWwDn19xjU1RoK9n6G6FWMm6d",
  "api_keys": {
    "stripe": "sk_live_VYbxTpR2ipB0PDwj8g3F29Kj",
    "sendgrid": "SG.QeWU0Q5eaMKAAoM1jbl8TP",
    "twilio_sid": "AC05ef6fc800b0388ab648b0d570b33383"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}