{
  "name": "auth-service",
  "version": "2.9.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oWGycpCVeAjLeKUv9ksF"
  },
  "jwt_secret": "SYXCdCtdWaesmUS6Ens7xl67XaQGfIqM",
  "api_keys": {
    "stripe": "sk_live_507AQm28CrJB6USdGNvtbDkw",
    "sendgrid": "SG.msO9YZwNePiI8Gh1WrWghC",
    "twilio_sid": "ACcd80a32811a9e7f5928e681b9be9e3f0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}