{
  "name": "payment-service",
  "version": "2.4.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kS87bDt8fcI1nkXxH839"
  },
  "jwt_secret": "UiToLmm3TDtMINYePYlrNALuW3VytP1M",
  "api_keys": {
    "stripe": "sk_live_a67vM5aRgjLvPj3gdvq20CPi",
    "sendgrid": "SG.X5c7jQ2mnORL94evDxqxdu",
    "twilio_sid": "ACdb6344bd0d43061eb6c2104f57495bc2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}