{
  "name": "payment-service",
  "version": "1.8.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "olv4OFb8rZCVS660teuS"
  },
  "jwt_secret": "JUBPVLGcfJylde0sNaqi3xXw0fEaTwe2",
  "api_keys": {
    "stripe": "sk_live_gIhIj8Rwgyg0xMUB5l0umbKO",
    "sendgrid": "SG.GvfvUQNqYjONJq69NOmfnq",
    "twilio_sid": "ACe2d75bad51b314c6d2479bd577668164"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}