{
  "name": "payment-service",
  "version": "3.5.8",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "8XpFZeUQOSB2tOAW9uVW"
  },
  "jwt_secret": "7BD4DZQlof8uW4VA+JE6Zun+vF6NGQg6",
  "api_keys": {
    "stripe": "sk_live_bmUlUbyMzvx0VkZirXgB2dof",
    "sendgrid": "SG.c4GfWciyr+Ru4I0vE4dCJs",
    "twilio_sid": "AC40fb8f23d5cd8be2e91ea238768ec5bd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}