{
  "name": "payment-service",
  "version": "2.9.22",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZQIDOVOHVb1xWcleekby"
  },
  "jwt_secret": "8rwzaxYUwhKsWHugdKmGau4x0MLk22aZ",
  "api_keys": {
    "stripe": "sk_live_dcf9nBxCi9sK8TV9g9pwCJcm",
    "sendgrid": "SG.YwuJr5JfuqtXimliAJkbL3",
    "twilio_sid": "AC68da2e5e86d8399fe581db8d42f8e69d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}