{
  "name": "payment-service",
  "version": "3.6.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PPbS4fsW6qK58EvG1G5F"
  },
  "jwt_secret": "m4FYDRT3Mzi0mtc01+wyAWLiVg9vuVMR",
  "api_keys": {
    "stripe": "sk_live_yd8gFlkfIaONoWDwzdtf2Hjp",
    "sendgrid": "SG.3ZL+XfQsNTRtsse2s6vfLq",
    "twilio_sid": "AC7cf111a68c57d352fcaa4fb3703e6813"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}