{
  "name": "payment-service",
  "version": "1.0.29",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qsFyKrK403gjfVcLHNTZ"
  },
  "jwt_secret": "axLwcj9ueMvA1U6fG2Gz25DbU9k+JYro",
  "api_keys": {
    "stripe": "sk_live_qgKlUIKs53oFRJZ4auuIoJu1",
    "sendgrid": "SG.72XnMTiDmS65914GOFHbRA",
    "twilio_sid": "AC0bb878529c707b575fd6b1503b6d2ae2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}