{
  "name": "payment-service",
  "version": "3.7.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RAlfoGBIBhEIw3cUxvL4"
  },
  "jwt_secret": "6oD/F3SBUWcHmhQ6KXpwf9D5BI4x7CFB",
  "api_keys": {
    "stripe": "sk_live_uDVrIaaMwe7XqbgVxfgs0cNJ",
    "sendgrid": "SG.fSKSYn3SsJ7AbWFR9dqN1d",
    "twilio_sid": "ACb3e244ad195d61da3d5fa80e2bc19ed1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}