{
  "name": "payment-service",
  "version": "1.3.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AcSm0zmgpp8KJZsCbUIO"
  },
  "jwt_secret": "aN4rQUsLH7hh5IzKMjor/UVg3ugD/8SW",
  "api_keys": {
    "stripe": "sk_live_eKhyDHh1uQuXLqgRt6fDRWoo",
    "sendgrid": "SG.WN/XMJwyEsVCv7O/evyHoR",
    "twilio_sid": "AC14b149fa62ebec312d6bde1ea9ddb7fc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}