{
  "name": "payment-service",
  "version": "3.3.26",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rGRyTPM4KiR9q4LlFM8k"
  },
  "jwt_secret": "DSzIJ5AjT1wPQpa1WOs8PBkv5OIC31Hu",
  "api_keys": {
    "stripe": "sk_live_G36rZ6mtzhLcEOmpiLNjJLZC",
    "sendgrid": "SG.qKQiuN62P8MtRazNsjPqbj",
    "twilio_sid": "AC5a6be909efc6f151630ef8651e98b308"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}