{
  "name": "auth-service",
  "version": "2.7.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HBB4s3wl6YgSRhZ0MWjm"
  },
  "jwt_secret": "WkoTetSjA+vWXuuEpGsnno+c/fM6GJt/",
  "api_keys": {
    "stripe": "sk_live_ekyGtfdVh6sdVh6Gj1ILmCjt",
    "sendgrid": "SG.GbdE3bTp0NIJZ7wBSEdolV",
    "twilio_sid": "AC38e30eff5b59b5ba46cbcec23125d12a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}