{
  "name": "auth-service",
  "version": "3.9.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cYuJrf7pIJeHC9RczaF6"
  },
  "jwt_secret": "d3ny92H8Q8VMpps+oCCR20Yu1d30dm6q",
  "api_keys": {
    "stripe": "sk_live_KOjiMfJ5jygDDHxrxokPHVuz",
    "sendgrid": "SG.xDBfK+BeT/UitkxAzWdxtF",
    "twilio_sid": "ACac3e6af64eb8e9cdb4314b8ccc769aa1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}