{
  "name": "payment-service",
  "version": "2.5.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0NJ3B7OnVi9HJ8Px42Hm"
  },
  "jwt_secret": "LugpK0KVK/PkMcQBR5UsuWCMM9CGaj4l",
  "api_keys": {
    "stripe": "sk_live_i8eTByjG78qIWWsJpE0mVhiJ",
    "sendgrid": "SG.59gk7aemqhBSIIxAmK5/12",
    "twilio_sid": "AC16e286004b3ae6435ac702b50fd838ba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}