{
  "name": "auth-service",
  "version": "1.0.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4dsQYVHgB7GNvvupcJLQ"
  },
  "jwt_secret": "Kpptq3UZZc/WFLzUwe9AAt/9xAZPkH5j",
  "api_keys": {
    "stripe": "sk_live_7CE34DT5v34jHjk9iqJ1t8j0",
    "sendgrid": "SG.vAiOLKDPqw+tlhEKH8vBCk",
    "twilio_sid": "AC4846ddff19c833baf1cbc3081245be8d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}