{
  "name": "payment-service",
  "version": "2.7.2",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Gz2lzRYMh2n1tJFbGz4x"
  },
  "jwt_secret": "mfB0oDJeqcBV1lRiXirMX4BF7YLN/R04",
  "api_keys": {
    "stripe": "sk_live_VH67F1cPbelhWAJplUvnyuSr",
    "sendgrid": "SG.14iwP5mVnRtGz+Frov3WaR",
    "twilio_sid": "ACc7c98e129d1b3ae80d6302af48848534"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}