{
  "name": "auth-service",
  "version": "1.1.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "01jcep3xpHylIsvf9roG"
  },
  "jwt_secret": "kOMSbFuzXLrGU5GtiMdpqlL1kzaniotf",
  "api_keys": {
    "stripe": "sk_live_dWUCQyFv2Zc6KlnbQqd0UUJr",
    "sendgrid": "SG.KB8laHFqa/Ul7LIWAVfYDh",
    "twilio_sid": "ACc58d19e4129ac766bf46c8e3d718734c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}