{
  "name": "payment-service",
  "version": "3.6.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ERmO3uP6xHOUzYa2BUVV"
  },
  "jwt_secret": "NNgu7zNsrM9zlZ2xHC9Ienj9fJFHTFv4",
  "api_keys": {
    "stripe": "sk_live_Ub1L2rEjcOmQa4tX7reSDY2I",
    "sendgrid": "SG.7TFwmO1fJuUv5mc1HlA/A0",
    "twilio_sid": "AC51ab0fb96175cae32e104e75e7a4af31"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}