{
  "name": "payment-service",
  "version": "3.4.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hoQdo5hzmcxo6iP6oe6X"
  },
  "jwt_secret": "E/g91wdBGYdpL01INnjgBx0/KLSQi9j5",
  "api_keys": {
    "stripe": "sk_live_WE3dlUcUIG3Y4KUphBvL4DPk",
    "sendgrid": "SG.Z9ln768MVmPpF4aJzNZlvi",
    "twilio_sid": "AC5c5694a6653f8a5e9ffa739c58ca970e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}