{
  "name": "payment-service",
  "version": "2.2.16",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PVLG2T7hcGc8PTSYYC4e"
  },
  "jwt_secret": "tT3bP0X9ivWhN4YypZuJ5y84QiOEayDw",
  "api_keys": {
    "stripe": "sk_live_YJeUKwl4NfMydGUp1J6FNvTz",
    "sendgrid": "SG.Mdyf8wbohv5p8ebLX83tUZ",
    "twilio_sid": "AC4eca991698bbff7c9f9150826c46d393"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}