{
  "name": "auth-service",
  "version": "3.4.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oXe1rsQsxDPJ4NIU8J8h"
  },
  "jwt_secret": "siNgiHtluorZ0id2ZFsl6LnVgVgA9MiV",
  "api_keys": {
    "stripe": "sk_live_s8ZIFyCtZGNzfYm8j7bLV9Yw",
    "sendgrid": "SG./G/3gGitoNq56U0KFxLANV",
    "twilio_sid": "ACb90922fdd9d1e49eebd6a1e6335916a1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}