{
  "name": "payment-service",
  "version": "3.6.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8DBNdRmYxgaHYKkgGqt0"
  },
  "jwt_secret": "ImvNE9bziiW7SyG81WAsay0mJBD1O9nJ",
  "api_keys": {
    "stripe": "sk_live_7GjduQbNe5wGMwwWiY8HU63k",
    "sendgrid": "SG.IGGIRPzksGUECvB3tKDygH",
    "twilio_sid": "ACf5cbb9489c91ec2fe626d8901578228a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}