{
  "name": "payment-service",
  "version": "3.2.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "75hi3ShztbHdX0fbe7cP"
  },
  "jwt_secret": "IujSNIZnF0ot5qLEg/fU81kg80T4EaXs",
  "api_keys": {
    "stripe": "sk_live_bS5g10GvHQQ7snmUOnnjvRm5",
    "sendgrid": "SG.NVgRpOjEesA50VNAHFgiXx",
    "twilio_sid": "AC4807e30fcbefdf07bf9b6d92e29ad2bc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}