{
  "name": "payment-service",
  "version": "1.6.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xc860igAEsjUmPb1EQBn"
  },
  "jwt_secret": "TljImti35FQyNFSQBMpIJaUVG++jfLKo",
  "api_keys": {
    "stripe": "sk_live_c7wV03KRVLjcQEL9fxl46G8k",
    "sendgrid": "SG.10JivaQJheoDPTo0gT3p6D",
    "twilio_sid": "ACac0e90feb12ca16999c0ec43fdbcd7e2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}