{
  "name": "payment-service",
  "version": "3.9.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gz7b3Op7ZNZo2JJLUdlt"
  },
  "jwt_secret": "9bdMzefkoVDCez/Wvf09rjzR2VW4AIhA",
  "api_keys": {
    "stripe": "sk_live_yDaGghh8rINZW3haFgT3vASy",
    "sendgrid": "SG.wdqRuoory8WNOq5bByCCCR",
    "twilio_sid": "AC6a6e5b18af17d2a4c58139a1f3262d3b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}