{
  "name": "payment-service",
  "version": "1.4.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ojyRbjg7YBxaSCeH57Om"
  },
  "jwt_secret": "jYY5EH4okIfceZXty3I97XR6a4mRFS5D",
  "api_keys": {
    "stripe": "sk_live_enFSqAOY9HxZVtZi4nNIfhEZ",
    "sendgrid": "SG.BytE1oBrSW7CSiF3C7AF5R",
    "twilio_sid": "ACfd23ee170bd470a89f86090fe56dd20d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}