{
  "name": "auth-service",
  "version": "2.3.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ED6vzpzWoBuZxUj2QSmV"
  },
  "jwt_secret": "BLgz5kmucoH74EIUm/L/NZkGemGKP+4Y",
  "api_keys": {
    "stripe": "sk_live_xBlGCY40Q33dVwAiz41SLiAY",
    "sendgrid": "SG.CTg/qLD8U45qR2RC5omMqS",
    "twilio_sid": "ACbd5cf3bba08e09d3000e930025195a6e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}