{
  "name": "payment-service",
  "version": "1.9.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C9iovhcslbhsRNtBKvAx"
  },
  "jwt_secret": "Q0y6N/BzswI1rhiQ5SRCLDeEaBu82YAp",
  "api_keys": {
    "stripe": "sk_live_iL2xMU2y6sjk97OUCWSvJK22",
    "sendgrid": "SG.bVMJDjZcD6Q09UTkpALz4M",
    "twilio_sid": "ACa60fffc74ccb6b9d39654f7851e6a561"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}