{
  "name": "payment-service",
  "version": "1.2.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "g98umRefsX5Bb8OTc2uh"
  },
  "jwt_secret": "U1i8NNbMUB9NIJOeYbg9vd3CDJ362Fjv",
  "api_keys": {
    "stripe": "sk_live_3FhSRIreNiqtUkkKLFhGGg5x",
    "sendgrid": "SG.krPSaLx8MtJ2Nr/632QSRX",
    "twilio_sid": "AC22f36b84d81943df1e618b5a83a8bceb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}