{
  "name": "payment-service",
  "version": "3.3.4",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "QOdwrh5W6Zi3h6xFxxr9"
  },
  "jwt_secret": "kc/+3OaWbZ9ICweJipD0Pk3VWE6cOVM/",
  "api_keys": {
    "stripe": "sk_live_cnSmbwR3PotMgetZ8OyiLYmg",
    "sendgrid": "SG.aynSBvD8Sts8N0PUM72VUc",
    "twilio_sid": "AC328096e4e4107ab9c7ea754b88e27431"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}