{
  "name": "payment-service",
  "version": "1.4.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fFycWYmclFTfD7n1oU2b"
  },
  "jwt_secret": "adVZBXdBGIUxX9RaRPozGzZfQ70HlJuZ",
  "api_keys": {
    "stripe": "sk_live_8n0z2pa3m92EMu39HI7B1s9S",
    "sendgrid": "SG.nJ58QoGLMOHzIVt0LRQ3YV",
    "twilio_sid": "ACf5b89c8cbeb1c638f30d24e7c0c4a906"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}