{
  "name": "payment-service",
  "version": "3.9.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qv6MIY9KRceXXTTuxTSm"
  },
  "jwt_secret": "xESM/yLKBALWEVqe4YMI5oi65BctUyRO",
  "api_keys": {
    "stripe": "sk_live_GCOx07T7tfKUQa122MMNRIFF",
    "sendgrid": "SG.7453YVv+IcBf2KeDr1ryAX",
    "twilio_sid": "AC0fdcb97895d7f0ac5dd78b7d3efbcbd6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}