{
  "name": "auth-service",
  "version": "2.8.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YEQ1ifk6L5SpI4A40Kab"
  },
  "jwt_secret": "QojZh+wMNQ17TAPjIrzFBFcIjcpuDXM7",
  "api_keys": {
    "stripe": "sk_live_B94ecwElDIxum8EcMKAe4Zgn",
    "sendgrid": "SG.TBFBfTc3BVnq5OjFry954e",
    "twilio_sid": "AC4aa9fdb58113a2853e0a7778abfc7314"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}