{
  "name": "payment-service",
  "version": "1.2.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "e0Cre26x8eyT7GnUQJTZ"
  },
  "jwt_secret": "HtyOSG+JvTg5h9yLcLgy7/5Xbc7Oq6Wx",
  "api_keys": {
    "stripe": "sk_live_nvfg4mNBI9hB1qfa0xK9fWrL",
    "sendgrid": "SG.7LhpVlZYMJzsGmS41f+vxm",
    "twilio_sid": "AC3dda6e2fc1afe7de9a379e49b2ab55f9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}