{
  "name": "payment-service",
  "version": "1.2.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aeELNrBAaIS3n2aAbtkp"
  },
  "jwt_secret": "AKEDgXqLTdbdrSipW9ayuwRtGTI0J/Vh",
  "api_keys": {
    "stripe": "sk_live_di1YhEkTi6QTO3qiBDLUZaSw",
    "sendgrid": "SG.YZICQiLsTQEUAppp4OGuQ/",
    "twilio_sid": "ACdfdaf334f875ec136681ca394020ae2b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}