{
  "name": "auth-service",
  "version": "1.9.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D1Deab8IxxXgcHZDPYHz"
  },
  "jwt_secret": "E21Rao+9fMTvH5nqrqHUYxevZoI5JEBg",
  "api_keys": {
    "stripe": "sk_live_Lz0V8NPMrj8Bmvv4kqoqRtUc",
    "sendgrid": "SG.QlJugFq5jS9AJ0Xi9BghQB",
    "twilio_sid": "AC418bc9086366bde5bb25efda10437a10"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}