{
  "name": "payment-service",
  "version": "2.8.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KYgsd2eaeYcWzuNTg2x3"
  },
  "jwt_secret": "ZwP0EFxnm0IBmClqAf16SQiIMJCcxNz2",
  "api_keys": {
    "stripe": "sk_live_J9EQAXjWij57XIOCzGb8GTCl",
    "sendgrid": "SG.peG8GJiGWkpsZBq/MPTCbl",
    "twilio_sid": "AC3838a3e57b3fc56fd1d450cf366084b3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}