{
  "name": "auth-service",
  "version": "2.1.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MbRBqXpIE8BPNPcFGysy"
  },
  "jwt_secret": "GM0TGH+ln4H27hsflaN2s9tz/yII4CiS",
  "api_keys": {
    "stripe": "sk_live_zp2nXEvu8h7V28XnRbft4VdT",
    "sendgrid": "SG.7o8GxR9DeMEFZyPcQDZWKo",
    "twilio_sid": "AC62183a1fb40bd8cf474e11d8fca69e1a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}