{
  "name": "payment-service",
  "version": "2.3.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EvbYltwIFIcMyCHr63Ga"
  },
  "jwt_secret": "K19mIHhD4rPuDv2p8/g7UjK43kKJgsbu",
  "api_keys": {
    "stripe": "sk_live_Kt8CWxBi06qOAxLgvUp71rSb",
    "sendgrid": "SG.gVevCZ6M+y5inCcPg/NDi4",
    "twilio_sid": "AC312cca434cd6f310521ad6ee93421892"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}