{
  "name": "payment-service",
  "version": "1.6.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "geyPiZrNNLc2gp6rDklU"
  },
  "jwt_secret": "0NC89ksZRO4A0NDY+3c4SUj4uEeMG/Xt",
  "api_keys": {
    "stripe": "sk_live_q78meGtWHl84EzaeyVR4tlBD",
    "sendgrid": "SG.6993uicR7f0wR+ybfTvBC/",
    "twilio_sid": "AC2e4443aa2cba106ac7f2fd1016a4d109"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}