{
  "name": "payment-service",
  "version": "1.6.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zGBFM9NgZAYJ3FCObyJp"
  },
  "jwt_secret": "TPA5W0EhrL5iqxJI0PlYEt2kVw+FV12b",
  "api_keys": {
    "stripe": "sk_live_yKudV60gNQuS6tyA5TfGS5A9",
    "sendgrid": "SG.Kqf1inUT0NcL8YWg/AcCQ7",
    "twilio_sid": "ACc03e616be97f44e5c6e508d2c89bdd0c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}