{
  "name": "payment-service",
  "version": "2.4.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1xufaiNDWHF5WGdxNB3i"
  },
  "jwt_secret": "XqKZ9HpsIi/8119p1J+HY5NsZgcNtLVY",
  "api_keys": {
    "stripe": "sk_live_2jhXuRKPLJ8UHL9RRl9Mocxs",
    "sendgrid": "SG.5Lp2epKLXz743LF7ebcVh+",
    "twilio_sid": "AC04d4b2e7920f8f2562c4eb09edb52bce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}