{
  "name": "auth-service",
  "version": "3.7.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LQ39rPndl6E4NbnZ80Fo"
  },
  "jwt_secret": "duflh4sIDI50LEcJJBlbCG1CdwAA5eWb",
  "api_keys": {
    "stripe": "sk_live_fj3UXJJKJYH1dEivc11jEes8",
    "sendgrid": "SG.4NhvQtqxBfDmASeQu8wynA",
    "twilio_sid": "ACe53c0a9173e5dad417a294f684bef58d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}