{
  "name": "payment-service",
  "version": "1.4.26",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "13uEebiLSDYocCWYjH4t"
  },
  "jwt_secret": "CX7CnJuno6+nBMTwyGdAhVnjI5LNnJBS",
  "api_keys": {
    "stripe": "sk_live_zLKK6EJU2uxtLtIs22dwk1WD",
    "sendgrid": "SG.lfw5j7DNhxBwNSq/G3c3Kd",
    "twilio_sid": "ACf06796730223a135897127edc46f8983"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}