{
  "name": "payment-service",
  "version": "2.8.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "daOZG8q3hxnLxLXtbeSS"
  },
  "jwt_secret": "UsM5S3UVH9SIXIpowXOeEsJNN86us7nS",
  "api_keys": {
    "stripe": "sk_live_VEOozxQ199mokPZEZXyrGeuT",
    "sendgrid": "SG.i8kfrTkxDl8tft2Tz9u3A3",
    "twilio_sid": "ACaae61bc8715baabd114bebdd00c049b0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}