{
  "name": "auth-service",
  "version": "1.1.1",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Ep5HfWIjM4A9UtBzdIxn"
  },
  "jwt_secret": "W370sHzP6lzVRNeK0P/mpgmYR83cbQ9/",
  "api_keys": {
    "stripe": "sk_live_zpqzkT42N6AgKPx8kaPP9T0d",
    "sendgrid": "SG.sWWr6t8P99HauVxl4Dkrv2",
    "twilio_sid": "AC7111adcc7fc5d7fd47729ef9f6a4bccc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}