{
  "name": "payment-service",
  "version": "1.1.27",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kYh2YKdPLDoHaODaPhgu"
  },
  "jwt_secret": "muya8OCaqXOeOJFvGYS0ZJCpCD98jP6r",
  "api_keys": {
    "stripe": "sk_live_VIKzaXGUgMtJ6MuHKTDdGkex",
    "sendgrid": "SG.XCa1VbEsyiFZj6i8Ku8BMb",
    "twilio_sid": "AC143a33930ee2465ee61eb706e056bd10"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}