{
  "name": "payment-service",
  "version": "3.7.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xffY6CbmOo4BBZWl7s8h"
  },
  "jwt_secret": "8lZ9iLAZie1E939LhGRCiOwC+xGyrjBE",
  "api_keys": {
    "stripe": "sk_live_43TW6Lk99CW2MpXt3xcmt4KD",
    "sendgrid": "SG.g1BNBNhGz71W6urtaFHl1u",
    "twilio_sid": "AC924b9dc76cf62bf67e8db67661a76dd7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}