{
  "name": "payment-service",
  "version": "2.8.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VMA4mxuYwv0w4EjsUXS2"
  },
  "jwt_secret": "j1iQITfJ7cYQmun9Fm0jkzktOmjhSvdI",
  "api_keys": {
    "stripe": "sk_live_mBDcPxP2WKWmhB1EPoqQF3Iu",
    "sendgrid": "SG.nwMh1ZfdDLfG6lHrZDcyYI",
    "twilio_sid": "ACb5c045e90ed5cc7b99ec3256698bd127"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}