{
  "name": "payment-service",
  "version": "2.5.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MAE0GdcyC4TW1lbcs7Gr"
  },
  "jwt_secret": "KmskVaAW+nauGVaQqIJcbxMLutX+7YxV",
  "api_keys": {
    "stripe": "sk_live_GLVoJYxz0NOmeQOVYaHHaENM",
    "sendgrid": "SG.2V6HsdG+cgOFP8j9SflF1S",
    "twilio_sid": "ACbe674d40f3e31a8beb6d1c245a64fdc1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}