{
  "name": "payment-service",
  "version": "3.7.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o5A63eAYMxozstDniS0f"
  },
  "jwt_secret": "YWUPwhD1Fsarcl3QajQR0jqDincmfBbH",
  "api_keys": {
    "stripe": "sk_live_C7cSZKcVyltUMwoIx8BuTVY5",
    "sendgrid": "SG.DxVq364nYdX2HBRqetMUo2",
    "twilio_sid": "ACb0eee4e345874670a8cb3c46186ea0d2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}