{
  "name": "payment-service",
  "version": "3.3.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "V1lfy743dZjt8CgMJKpw"
  },
  "jwt_secret": "mjy1p1o6EuVNu1BlNNu2XDW2SepJfIwE",
  "api_keys": {
    "stripe": "sk_live_e08GoTZcLTEWu14IISZGmdhP",
    "sendgrid": "SG.VUZsudAomu0fSBPlKOkh1Y",
    "twilio_sid": "ACe23c66c23d0acf41e0f352637804d752"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}