{
  "name": "auth-service",
  "version": "1.3.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uh8zYg2dLhs3AMfdxLOP"
  },
  "jwt_secret": "9855Hd/lOCQimGhS+Dx8gHcpoJPrNnZf",
  "api_keys": {
    "stripe": "sk_live_Q416aaFoImw0jS5OzRmtBDJA",
    "sendgrid": "SG.SJemSh++8TWUutyhdA4CZh",
    "twilio_sid": "AC8aa14b652c23b58ed201d3d6f9a34908"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}