{
  "name": "payment-service",
  "version": "1.6.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vti4BV55ZMNJGGtYzkGL"
  },
  "jwt_secret": "OWaCOT8Gammb8+Htb7O95tke785GCznZ",
  "api_keys": {
    "stripe": "sk_live_JCzqTYXGTpHTO25Sr0PGbNgt",
    "sendgrid": "SG.+OyNbRQ08+60iGrai3wF+0",
    "twilio_sid": "AC8d4e2b895eaf70afafdb3583dc0e71b4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}