{
  "name": "auth-service",
  "version": "2.8.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hN6XlPcS7YTJZhyeY5UA"
  },
  "jwt_secret": "G4VlQw4puclrm+kd0EmxaxDZ/5i5OU8k",
  "api_keys": {
    "stripe": "sk_live_2JWHMSHGRLhR5TpO3NrTDyBL",
    "sendgrid": "SG.GojD2S/O/jzslss+J/K4Xj",
    "twilio_sid": "AC25591fb4e751363ec4a5a8688aa8dd0f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}