{
  "name": "payment-service",
  "version": "2.6.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "r8BMRkesSLW5iTDu3fvu"
  },
  "jwt_secret": "LMB1ce1yrr85UuohR5LW5eQO4si13Ugs",
  "api_keys": {
    "stripe": "sk_live_r0MvW50kuwqy6Whh2BZ7BEXH",
    "sendgrid": "SG.5dKSIAbPOICavRd+jQbiBM",
    "twilio_sid": "ACdbbcbc06d82c781eaa6f486c999816c9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}