{
  "name": "auth-service",
  "version": "3.5.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8DfLZUYga0coj6oeivLt"
  },
  "jwt_secret": "SZMCA+Uj2UBht1cciRMvTJfJEDrr4UAO",
  "api_keys": {
    "stripe": "sk_live_DyHn3Eyz0CG55cS5wQhvjqQ5",
    "sendgrid": "SG.niV6apjvpAcWK4cb6CDzUB",
    "twilio_sid": "AC72ad6615f17f011283634310c9825731"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}