{
  "name": "payment-service",
  "version": "1.9.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MEfbZdasHT3rHqQdzZYv"
  },
  "jwt_secret": "IaPAEAHKgNxHrUIToBp2q+yFN2AKOLhg",
  "api_keys": {
    "stripe": "sk_live_3jA5jCHpCxRZq24OgHBd2jJG",
    "sendgrid": "SG.0t0GWfx8YmT49t3WN1xzGQ",
    "twilio_sid": "AC9d704436ed03cea6e44adfd32fc7a89d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}